diff --git a/README.md b/README.md index 6927099..8f0c088 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # rv rv is a 64-bit RISC-V emulator written in Go. -It only supports running ELF binary. ## Limitation @@ -53,20 +52,6 @@ go test -v ./... For the full list of the implemented instructions, see [instruction.go](./instruction.go). -## Supported features - -- [x] ELF binary load -- [x] Virtual -> Physical memory translation (Sv39) -- [x] CSR -- [ ] Trap - - [x] Exception - - [ ] Interrupt -- [ ] Devices - - [ ] UART - - [ ] PLIC - - [ ] CLINT - - [ ] VirtIO - ## LICENSE MIT