Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 801 Bytes

roadmap.md

File metadata and controls

37 lines (33 loc) · 801 Bytes

Release Schedule

Release 0.1.0

"Zeno's Paradox"

  • Multitasking
  • File Handling
    • File System Drivers
      • FAT
      • ISO 9660
    • Hardware Storage Drivers
      • ATA
      • Floppy Disk Controller
  • Basic I/O Support
    • PS/2 Keyboard
    • Serial I/O
    • Parallel Port
  • Some Standard Library Implemented
    • All of String.h
    • Memory Allocation
    • All of stdio.h
  • Timekeeping
    • Programmable Interval Timer
    • Real-Time Clock
  • Memory Management
    • Heap
      • alloc()
      • free()
    • Virtual Address spaces
      • Paging
  • Inter-Process Communication
    • Message Passing
    • Semaphores