omen-osdev / omen

Reliable and modular kernel
54 stars 34 forks source link

Bootloader patch and dcon #40

Closed Froste197 closed 2 months ago

Froste197 commented 2 months ago

Limine latest patch with bootloader abstraction, removal of limine_terminal and redirection of output of dcon. I removed the qemu flag -serial stdio so serial won't be printed on the terminal in this case. Feel free to change that. In the next part I will add a fb asbraction and print characters on screen, so the 0xE9 hack and -debugcon stdio will be removed and reversed anyways.