(8)UD Exception
github: https://github.com/eumgil0812/OwnOS
commit -m “Solve UD Exception Error“
The following code fills the entire screen with magenta.
void kernel_main(BootInfo* bi) {
serial_init();
kputs("[KERNEL] Serial initialized\n");
uint32_t* f...
psk-study.hashnode.dev5 min read