Skip to content

Commit 4455fcd

Browse files
committed
updated readme
1 parent 6f4b01a commit 4455fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ It supports:
1414
- [-] Dynamic memory allocation (half done, currently malloc just returns an increasing pointer and cannot be free'd)
1515
- [-] FAT16 FS support (read-only at the moment)
1616
- [x] Partition table (needs to be written once we have ATA driver)
17-
- [ ] Graphical Shell with terminal emulator, calculator, and text editor
1817
- [x] Loading an external shell program from disk
19-
18+
- [ ] Graphical Shell with terminal emulator, calculator, and text editor
19+
- [ ] Preemptive multitasking with round-robin scheduler
2020
## Running the OS
2121
Use
2222
```

0 commit comments

Comments
 (0)