Skip to content

Commit

Permalink
README: Update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
LekKit authored Mar 7, 2024
1 parent dff86d1 commit 0818bf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RISC-V CPU & System software implementation written in С
- I2C HID keyboard & mouse, OpenCores I2C controller
- Realtek RTL8169, OpenCores Ethernet NICs
- Userspace networking
- SiFive GPIO
- Deprecated: PS2 keyboard & mouse, ATA (IDE) drive, Linux TAP

## 📦 Installing
Expand Down Expand Up @@ -129,8 +130,9 @@ Source file headers should be gradually transitioned to reflect their reusabilit
- VFIO for GPU passthrough
- More RVJIT optimizations, shared caches
- FPU JIT (Complicated AF to make a conformant one)
- Vector/Bitmanip extensions
- Other peripherals from real boards (SiFive GPIO, flash)
- Vector/Bitmanip extensions (Blocked on interpreter rewrite which is scheduled for 0.7-git)
- Other peripherals from real boards (VisionFive 2: GPIO, SPI, flash...)
- RISC-V APLIC, PCIe MSI Interrupts
- *Maybe* virtio devices (For better QEMU interoperability, current devices are plenty fast)
- Free page reporting via virtio-balloon
- *A lot more...*
Expand Down

0 comments on commit 0818bf3

Please sign in to comment.