General: Add more missing features to README
This commit is contained in:
parent
f792976d6d
commit
10e8a54b2e
|
@ -20,6 +20,7 @@ You can find a live demo [here](https://bananymous.com/banan-os)
|
||||||
- [x] AML interpreter (partial)
|
- [x] AML interpreter (partial)
|
||||||
- [ ] ELF dynamic linking
|
- [ ] ELF dynamic linking
|
||||||
- [ ] Graphical desktop
|
- [ ] Graphical desktop
|
||||||
|
- [ ] copy-on-write memory
|
||||||
|
|
||||||
#### Drivers
|
#### Drivers
|
||||||
- [x] NVMe disks
|
- [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] E1000 and E1000E NICs
|
||||||
- [x] PS2 keyboard (all scancode sets)
|
- [x] PS2 keyboard (all scancode sets)
|
||||||
- [x] PS2 mouse
|
- [x] PS2 mouse
|
||||||
|
- [ ] USB
|
||||||
|
- [ ] virtio devices (network, storage)
|
||||||
|
|
||||||
#### Network
|
#### Network
|
||||||
- [x] ARP
|
- [x] ARP
|
||||||
|
@ -44,6 +47,7 @@ You can find a live demo [here](https://bananymous.com/banan-os)
|
||||||
- [x] Ram
|
- [x] Ram
|
||||||
- [x] Proc
|
- [x] Proc
|
||||||
- [ ] Sys
|
- [ ] Sys
|
||||||
|
- [ ] 9P
|
||||||
|
|
||||||
#### Bootloader support
|
#### Bootloader support
|
||||||
- [x] GRUB
|
- [x] GRUB
|
||||||
|
|
Loading…
Reference in New Issue