Update project status in README

This commit is contained in:
Tate, Hongliang Tian 2023-08-08 12:29:30 +08:00
parent 7de44a0e0e
commit 84155289cf
1 changed files with 7 additions and 8 deletions

View File

@ -156,25 +156,24 @@ Jinux is under active development. The list below summarizes the progress of imp
* Inter-process communication
* POSIX signals
- [X] Essential system calls (sigaction, sigreturn, kill, etc.)
- [ ] Pipe
- [X] Pipe
* Network I/O
* I/O multiplexing
- [ ] poll
- [ ] select
- [ ] epoll
- [X] poll
- [X] select
- [X] epoll
* Socket types
- [ ] TCP sockets
- [ ] Unix sockets
- [X] TCP sockets
- [X] Unix sockets
- [ ] UDP sockets
* Time and clocks
* Low-level stuff
* Devices
- [X] PCI
- [X] System time
- [X] Tty
- [X] Virtio-blk
- [ ] Virtio-net
- [X] Virtio-net
- [ ] Device abstraction layer
* CPU archs
- [X] x86-64