diff options
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r-- | arch/x86/machine/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c index 77b0d10e..4b946596 100644 --- a/arch/x86/machine/boot.c +++ b/arch/x86/machine/boot.c @@ -273,6 +273,7 @@ boot_main(void) thread_bootstrap(); pmap_bootstrap(); cga_setup(); + printk_setup(); boot_show_version(); cpu_check(cpu_current()); cpu_info(cpu_current()); |