feature: print_stack working (dont use opti flags, else the stack is broken)
This commit is contained in:
@ -24,6 +24,6 @@ void kernel_main(void)
|
||||
/* Initialize terminal interface */
|
||||
terminal_initialize();
|
||||
|
||||
initGdt();
|
||||
init_gdt();
|
||||
shell_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user