diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/alpha/console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/console/console.c b/system/alpha/console/console.c index 6d0020370..e5be19f5f 100644 --- a/system/alpha/console/console.c +++ b/system/alpha/console/console.c @@ -621,7 +621,7 @@ unixBoot(int argc, char **argv) bzero((char *)rpb_ctb, sizeof(struct ctb_tt)); - rpb_ctb->rpb_type = CONS_REM; + rpb_ctb->rpb_type = CONS_DZ; rpb_ctb->rpb_length = sizeof(ctb_tt) - sizeof(rpb_ctb); /* |