Skip to content

Commit 23d50de

Browse files
committed
Mention experimental system emulation
1 parent e677088 commit 23d50de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The usage and limitations of Doom and Quake demo are listed in [docs/demo.md](do
8383

8484
### Docker image
8585

86-
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.
86+
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.
8787

8888
### Customization
8989

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

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

0 commit comments

Comments
 (0)