feature: print_stack working (dont use opti flags, else the stack is broken)

This commit is contained in:
2024-09-17 11:10:41 +02:00
parent 963bf46b62
commit a02931a165
10 changed files with 53 additions and 25 deletions

View File

@ -24,6 +24,6 @@ void kernel_main(void)
/* Initialize terminal interface */
terminal_initialize();
initGdt();
init_gdt();
shell_init();
}