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
This commit updates the Docker image to include the following
executables:
- rv32emu-user: for user-mode emulation
- rv32emu-system: for system-mode emulation
- rv_histogram: for statistical analysis
To keep the image compact, build artifacts are excluded from the final
image. Instructions for retrieving prebuilt binaries are added to the
README.
Close#581
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