Skip to content

Commit

Permalink
Mention experimental system emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Oct 28, 2024
1 parent e677088 commit 23d50de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The usage and limitations of Doom and Quake demo are listed in [docs/demo.md](do

### Docker image

The image containing all the necessary tools for development and testing can be executed by `docker run -it sysprog21/rv32emu:latest`. It works for both x86-64 and aarch64 (Apple's M1 chip) machines.
The image containing all the necessary tools for development and testing can be executed by `docker run -it sysprog21/rv32emu:latest`. It works for both x86-64 and aarch64 (e.g., Apple's M1 chip) machines.

### Customization

Expand All @@ -98,6 +98,7 @@ The image containing all the necessary tools for development and testing can be
* `ENABLE_FULL4G` : Full access to 4 GiB address space
* `ENABLE_SDL` : Experimental Display and Event System Calls
* `ENABLE_JIT` : Experimental JIT compiler
* `ENABLE_SYSTEM` : Experimental system emulation, allowing booting Linux kernel

e.g., run `make ENABLE_EXT_F=0` for the build without floating-point support.

Expand Down

0 comments on commit 23d50de

Please sign in to comment.