General: Add more missing features to README

This commit is contained in:
Bananymous 2024-06-29 22:13:33 +03:00
parent f792976d6d
commit 10e8a54b2e
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@ You can find a live demo [here](https://bananymous.com/banan-os)
- [x] AML interpreter (partial)
- [ ] ELF dynamic linking
- [ ] Graphical desktop
- [ ] copy-on-write memory
#### Drivers
- [x] NVMe disks
@ -27,6 +28,8 @@ You can find a live demo [here](https://bananymous.com/banan-os)
- [x] E1000 and E1000E NICs
- [x] PS2 keyboard (all scancode sets)
- [x] PS2 mouse
- [ ] USB
- [ ] virtio devices (network, storage)
#### Network
- [x] ARP
@ -44,6 +47,7 @@ You can find a live demo [here](https://bananymous.com/banan-os)
- [x] Ram
- [x] Proc
- [ ] Sys
- [ ] 9P
#### Bootloader support
- [x] GRUB