bootstrap-x86
Interrupt
MBR copy the GDT to 0x7E00
MBR load the GDT and jump to 0x30000
Start at 0x30000 and jump to kmain
The Keyboard is connectd to IRQ1, press any key will assert an interrupt
Demo
Test
cd
src/interrupt make