Toy kernel and bootloader in x86 assembly and C.
- Load the bootsector
- Print to TTY
- Load some additional sectors
- Setup Global Descriptor Table and enter Protected Mode
- Print to framebuffer
- Setup Interrupt Descriptor Table
- Configure 8259 PIC
- Configure 8042 PS/2
- ...
- Load an ELF and execute it (TODO)
- Load another ELF and execute it too (TODO)