Flanterm back to bump alloc (allows earlier use for real hw debugging)

This commit is contained in:
2026-03-15 21:11:47 +01:00
parent 80d8b49560
commit 0482f594ef
4 changed files with 8 additions and 9 deletions

View File

@@ -61,8 +61,8 @@ int serial_init()
// Set normal operation mode
outb(PORT + 4, 0x0F);
DEBUG("*** Welcome to PepperOS! ***");
init.serial = true;
DEBUG("*** Welcome to PepperOS! (built @ %s %s) ***", __DATE__, __TIME__);
return 0;
}