The maid is no longer spawned, I like the idea of a microkernel but for now it might not be practical, not sure
1 files changed, 1 insertions(+), 1 deletions(-) M kernel/src/main.c
M kernel/src/main.c +1 -1
@@ 165,6 165,6 @@ static uint32_t acpi_timer_counter; apic_timer_calibrate((time_took * 1000000) / 3579545); kprintf("I didn't die\n"); - maid_spawn(); +// maid_spawn(); hlt(); }