LouisJenkinsCS / MoltarOS

A minimal implementation of an Operating System implemented in (mostly) C and (sparse) Assembly
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Reminder: Implement these when have time #1

Open LouisJenkinsCS opened 7 years ago

LouisJenkinsCS commented 7 years ago
  1. Virtual File System (VFS) - Node Graph model
  2. ATA HDD Driver - ATA PIO Mode
  3. Ext2 File System driver
  4. Process Management
  5. Multitasking

Hopefully can get to this by the summer.