Skip to content

Commit 0915b75

Browse files
committed
Add description for SYSTEM feature
1 parent 5b64af8 commit 0915b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +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
101+
* `ENABLE_SYSTEM` : Experimental system emulation, allowing booting Linux kernel. To enable this feature, additional features must also be enabled, such as `ENABLE_Zicsr`, `ENABLE_Zifencei`, `ENABLE_EXT_M`, and `ENABLE_EXT_A`. However, by default, when `ENABLE_SYSTEM` is enabled, `ENABLE_Zicsr`, `ENABLE_Zifencei`, `ENABLE_EXT_M`, and `ENABLE_EXT_A` are automatically enabled.
102102

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

0 commit comments

Comments
 (0)