You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The usage and limitations of Doom and Quake demo are listed in [docs/demo.md](do
83
83
84
84
### Docker image
85
85
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.
87
87
88
88
### Customization
89
89
@@ -98,6 +98,7 @@ The image containing all the necessary tools for development and testing can be
98
98
*`ENABLE_FULL4G` : Full access to 4 GiB address space
99
99
*`ENABLE_SDL` : Experimental Display and Event System Calls
100
100
*`ENABLE_JIT` : Experimental JIT compiler
101
+
*`ENABLE_SYSTEM` : Experimental system emulation, allowing booting Linux kernel
101
102
102
103
e.g., run `make ENABLE_EXT_F=0` for the build without floating-point support.
0 commit comments