bootstrap-x86

Exception

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

Demo

Demo

Test

cd src/exception
make