From 45ffa1b79ca8c4776f74598c998f5a6492018417 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Mon, 12 Aug 2024 15:14:04 +0300 Subject: [PATCH] General: Update README feature list README did not contain anything about GUI or USB which I have had for maybe a month now :D --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d722b76c..948a57d7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,12 @@ You can find a live demo [here](https://bananymous.com/banan-os) - [x] Network stack - [x] ELF executable loading - [x] AML interpreter (partial) +- [x] Basic graphical environment + - [x] Terminal emulator + - [ ] Task bar + - [ ] Program launcher + - [ ] Some nice apps - [ ] ELF dynamic linking -- [ ] Graphical desktop - [ ] copy-on-write memory #### Drivers @@ -28,7 +32,12 @@ 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 +- [x] USB + - [x] Keyboard + - [x] Mouse + - [ ] Hubs + - [ ] Mass storage + - [ ] ... - [ ] virtio devices (network, storage) #### Network @@ -38,6 +47,7 @@ You can find a live demo [here](https://bananymous.com/banan-os) - [x] UDP - [x] TCP (partial and buggy) - [x] Unix domain sockets +- [ ] SSL #### Filesystems - [x] Virtual filesystem