Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 523 Bytes

Working through James Molloy's Kernel Development tutorial.

Uses QEMU instead of Bochs.

To run:

  • with display, without debugging
    • make qemu
  • with display, with debugging
    • make qemu-gdb
  • without display, without debugging
    • make qemu-nox
  • without display, with debugging
    • make qemu-nox-gdb

Uses curses for display. In the makefile, you can change this so that it uses a display of your choice.