/osdev

osdev

Primary LanguageC

Todos

  • Build System
    • Configure valgrind, static analysis, coverage and other awesome things
    • Building iso
    • Testing
    • Use clang
      • update -isystem from Makefile
  • Misc
    • multiboot2
    • int gate vs trap gate - link
  • Getting a shell
    • Interrupts
    • Keyboard
      • Understand the code
      • Reorganize the code
      • Look at xv6 code for kbd
    • Paging
    • ???