Update project status in README
This commit is contained in:
parent
7de44a0e0e
commit
84155289cf
15
README.md
15
README.md
|
|
@ -156,25 +156,24 @@ Jinux is under active development. The list below summarizes the progress of imp
|
||||||
* Inter-process communication
|
* Inter-process communication
|
||||||
* POSIX signals
|
* POSIX signals
|
||||||
- [X] Essential system calls (sigaction, sigreturn, kill, etc.)
|
- [X] Essential system calls (sigaction, sigreturn, kill, etc.)
|
||||||
- [ ] Pipe
|
- [X] Pipe
|
||||||
* Network I/O
|
* Network I/O
|
||||||
* I/O multiplexing
|
* I/O multiplexing
|
||||||
- [ ] poll
|
- [X] poll
|
||||||
- [ ] select
|
- [X] select
|
||||||
- [ ] epoll
|
- [X] epoll
|
||||||
* Socket types
|
* Socket types
|
||||||
- [ ] TCP sockets
|
- [X] TCP sockets
|
||||||
- [ ] Unix sockets
|
- [X] Unix sockets
|
||||||
- [ ] UDP sockets
|
- [ ] UDP sockets
|
||||||
* Time and clocks
|
* Time and clocks
|
||||||
|
|
||||||
* Low-level stuff
|
* Low-level stuff
|
||||||
* Devices
|
* Devices
|
||||||
- [X] PCI
|
- [X] PCI
|
||||||
- [X] System time
|
- [X] System time
|
||||||
- [X] Tty
|
- [X] Tty
|
||||||
- [X] Virtio-blk
|
- [X] Virtio-blk
|
||||||
- [ ] Virtio-net
|
- [X] Virtio-net
|
||||||
- [ ] Device abstraction layer
|
- [ ] Device abstraction layer
|
||||||
* CPU archs
|
* CPU archs
|
||||||
- [X] x86-64
|
- [X] x86-64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue