Defer calling arch_debug_console_init_settings
when we can actually read driver settings :-)
This commit is contained in:
parent
7c7390c719
commit
dd1454bd96
@ -1701,7 +1701,6 @@ debug_init_post_vm(kernel_args* args)
|
||||
debug_heap_init();
|
||||
debug_variables_init();
|
||||
frame_buffer_console_init(args);
|
||||
arch_debug_console_init_settings(args);
|
||||
tracing_init();
|
||||
}
|
||||
|
||||
@ -1727,6 +1726,7 @@ debug_init_post_settings(struct kernel_args* args)
|
||||
if (sDebugScreenEnabled)
|
||||
blue_screen_enter(true);
|
||||
|
||||
arch_debug_console_init_settings(args);
|
||||
syslog_init_post_vm(args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user