botbw / myOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myOS

A toy operating system protype following xv6 design.

Please attch gdb to QEMU to run the kernel image.

Development checklist:

  • Integrate GRUB
  • Virtual memory mapping & management
  • File system
  • Process scheduling
  • System call: exec
  • Shell

About


Languages

Language:C 84.1%Language:Assembly 12.7%Language:Makefile 2.3%Language:GDB 0.5%Language:Python 0.3%Language:Shell 0.1%