From 10e8a54b2e20f69c1c90b167f758f6327d7e45a9 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Sat, 29 Jun 2024 22:13:33 +0300 Subject: [PATCH] General: Add more missing features to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df18a0f0..7a7f89ed 100644 --- a/README.md +++ b/README.md @@ -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