diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 86ea097965..efaf59519d 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -152,7 +152,7 @@ void hardwaremain(int boot_complete) unsigned long totalmem; post_code(0x80); - + CONFIGURE(CONF_PASS_PRE_CONSOLE); /* displayinit MUST PRECEDE ALL PRINTK! */ |