We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4b01a commit 4455fcdCopy full SHA for 4455fcd
README.md
@@ -14,9 +14,9 @@ It supports:
14
- [-] Dynamic memory allocation (half done, currently malloc just returns an increasing pointer and cannot be free'd)
15
- [-] FAT16 FS support (read-only at the moment)
16
- [x] Partition table (needs to be written once we have ATA driver)
17
-- [ ] Graphical Shell with terminal emulator, calculator, and text editor
18
- [x] Loading an external shell program from disk
19
-
+- [ ] Graphical Shell with terminal emulator, calculator, and text editor
+- [ ] Preemptive multitasking with round-robin scheduler
20
## Running the OS
21
Use
22
```
0 commit comments