Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 568 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 568 Bytes

Download link

How to build

  • Everything need to build is included in repo. If you are on Windows, run build.bat and it will create a kos.iso at root directory.

Things that work

  • PS2 mouse/keyboard driver
  • VGA driver
  • VESA driver
  • ATA/ATAPI driver
  • Basic support for FAT32 (read only) & CDFS
  • PIC/RTC
  • Preemptive multi-tasking
  • Basic window manager
  • Userspace

TODO

  • Replace PIC with APIC
  • PCI
  • ACPI
  • Ramdisk
  • Write to FAT32
  • Ext2
  • ELF loader