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
Document how to fetch and run user-mode and system-mode artifacts
from the rv32emu-prebuilt repository when using the Docker image.
Link: https://github.com/sysprog21/rv32emu-prebuilt
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,40 @@ The usage and limitations of Doom and Quake demo are listed in [docs/demo.md](do
143
143
### Docker image
144
144
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.
145
145
146
+
To keep the Docker image minimal, executables and prebuilt images are not embedded. Follow the steps below to fetch the required artifacts.
147
+
148
+
##### User-Mode
149
+
Fetch and extract the latest prebuilt user-mode ELF artifacts:
0 commit comments