bootstrap-x86

Interrupt

  1. MBR copy the GDT to 0x7E00
  2. MBR load the GDT and jump to 0x30000
  3. Start at 0x30000 and jump to kmain

The Keyboard is connectd to IRQ1, press any key will assert an interrupt

Demo

Demo

Test

cd src/interrupt
make