corn/src/kmain.c

6 lines
66 B
C
Raw Normal View History

2024-01-27 03:29:49 +00:00
void kmain(void *boot_info) {
while(1) {
asm("cli; hlt");
}
}