Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 499 Bytes

#Matt's Operating System (MattOS)#

An x86 hobby OS, just learning about some OS design and development. <br > Currently runs in 32-bit address space, and almost in protected mode!

##To Build:## Execute the kbuild.sh shell script in the working directory.

##Prerequisites##

  • build-essential (GCC, LD et al)
  • nasm - Netwide Assembler
  • Bochs (or qEmu)

Bitdeli Badge