General: Update README feature list
README did not contain anything about GUI or USB which I have had for maybe a month now :D
This commit is contained in:
parent
f37e1c2229
commit
45ffa1b79c
14
README.md
14
README.md
|
@ -18,8 +18,12 @@ You can find a live demo [here](https://bananymous.com/banan-os)
|
||||||
- [x] Network stack
|
- [x] Network stack
|
||||||
- [x] ELF executable loading
|
- [x] ELF executable loading
|
||||||
- [x] AML interpreter (partial)
|
- [x] AML interpreter (partial)
|
||||||
|
- [x] Basic graphical environment
|
||||||
|
- [x] Terminal emulator
|
||||||
|
- [ ] Task bar
|
||||||
|
- [ ] Program launcher
|
||||||
|
- [ ] Some nice apps
|
||||||
- [ ] ELF dynamic linking
|
- [ ] ELF dynamic linking
|
||||||
- [ ] Graphical desktop
|
|
||||||
- [ ] copy-on-write memory
|
- [ ] copy-on-write memory
|
||||||
|
|
||||||
#### Drivers
|
#### Drivers
|
||||||
|
@ -28,7 +32,12 @@ 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
|
- [x] USB
|
||||||
|
- [x] Keyboard
|
||||||
|
- [x] Mouse
|
||||||
|
- [ ] Hubs
|
||||||
|
- [ ] Mass storage
|
||||||
|
- [ ] ...
|
||||||
- [ ] virtio devices (network, storage)
|
- [ ] virtio devices (network, storage)
|
||||||
|
|
||||||
#### Network
|
#### Network
|
||||||
|
@ -38,6 +47,7 @@ You can find a live demo [here](https://bananymous.com/banan-os)
|
||||||
- [x] UDP
|
- [x] UDP
|
||||||
- [x] TCP (partial and buggy)
|
- [x] TCP (partial and buggy)
|
||||||
- [x] Unix domain sockets
|
- [x] Unix domain sockets
|
||||||
|
- [ ] SSL
|
||||||
|
|
||||||
#### Filesystems
|
#### Filesystems
|
||||||
- [x] Virtual filesystem
|
- [x] Virtual filesystem
|
||||||
|
|
Loading…
Reference in New Issue