Skip to content

JetStarBlues/JamesM-Kernel-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published