Flanterm can write to fb but page fault before process creation. (BEFORE KHEAP UPDATE)

This commit is contained in:
2026-03-04 12:21:20 +01:00
parent 9df33b49d8
commit a7d9e70a61
10 changed files with 33 additions and 49 deletions

View File

@@ -42,7 +42,7 @@ int serial_init()
// Set normal operation mode
outb(PORT + 4, 0x0F);
DEBUG("serial initialized");
DEBUG("*** Welcome to PepperOS! ***");
return 0;
}