Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 441 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 441 Bytes

ModexOS

32 bit protected mode operating system

building:

make

required:

  • make
  • dosfstools
  • fasm
  • qemu
  • mtools
  • bochs (optional)

todo:

  • Interrupts
  • PIC
  • PCI
  • PS2 controller
  • Usb 2.0
  • Fat16 driver
  • Fat32 driver
  • ata driver
  • Bootloader
  • Physical Memory allocator
  • Virtual Memory allocator
  • Tasks
  • Graphical interface
  • Networking
  • Multitasking