mirror of
https://git.stationery.faith/corn/corn.git
synced 2024-11-14 04:52:09 +00:00
6 lines
77 B
C
6 lines
77 B
C
void kmain() {
|
|
*(char*)0xB8000 = 'c';
|
|
while(1) {
|
|
__asm("cli; hlt");
|
|
}
|
|
}
|