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
*`-kernel bblvmlinuxinitramfs_dynamic`: This is the path to the binary to run. In this case, it contains the bbl bootloader, vmlinux, and an initramfs containing busybox.
151
+
152
+
Useful optional arguments:
153
+
*`-m 2048M`: Set size of memory, in this example, 2048 MB
154
+
155
+
<!--**IMPORTANT**: To cleanly exit this system, you must enter `halt` at the prompt
156
+
and then hit `ctrl-a x`. Otherwise, the root filesystem will likely be corrupted.-->
157
+
88
158
### Method 2a \(Fedora 24 Userland with User Mode Simulation, Recommended\):
89
159
90
-
To avoid having to build the RISC-V toolchain and programs yourself, use Stefan O'Rear's [RISC-V Fedora Docker Image](https://hub.docker.com/r/sorear/fedora-riscv-wip/) to obtain a Fedora 24 Userland for RISC-V, packaged with riscv-qemu.
160
+
To avoid having to build the RISC-V toolchain and programs yourself, use Stefan O'Rear's [RISC-V Fedora Docker Image](https://hub.docker.com/r/sorear/fedora-riscv-wip/) to obtain a Fedora 25 Userland for RISC-V, packaged with riscv-qemu.
0 commit comments