fix: remove redundant .bss zeroing that destroyed page tables

Co-authored-by: aider (openrouter/moonshotai/kimi-k2.6) <aider@aider.chat>
This commit is contained in:
2026-05-04 11:34:31 +03:00
parent 278a524bbb
commit 53b4cff56a
2 changed files with 1 additions and 6 deletions
+1
View File
@@ -137,6 +137,7 @@ void forth_printf(const char* fmt, ...) {
void kernel_main(void) {
serial_init();
forth_printf("Kernel started\n");
forth_run();
forth_panic();
}