File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ Build and run this BIOS (and use it to boot Neotron OS) with...
2828``` console
2929~ $ git checkout https://github.com/neotron-compute/Neotron-Desktop-BIOS.git
3030~ $ cd Neotron-Desktop-BIOS
31- ~/Neotron-Desktop-BIOS $ RUST_LOG=debug cargo run -- --nvram=./nvram.dat --os=./libneotron_os.so
31+ ~/Neotron-Desktop-BIOS $ gunzip -c disk.img.gz > disk.img
32+ ~/Neotron-Desktop-BIOS $ RUST_LOG=debug cargo run -- --nvram=./nvram.dat --os=./libneotron_os.so --disk=./disk.img
3233```
3334
3435In the OS run the ` shutdown ` command to quit.
@@ -67,6 +68,8 @@ The file `libneotron_os.so` is not supplied. You can build it with:
6768 C:\Users\user\Documents\neotron-desktop-bios> cargo run --release -- --nvram=.\nvram.dat --os=.\neotron_os.dll
6869 ```
6970
71+ Sorry, if you want to use the disk image you'll need a Windows version of ` gunzip ` to unpack it. Git Bash might work.
72+
7073 In the OS run the ` shutdown ` command to quit.
7174
7275 The file ` neotron_os.dll ` is not supplied. You can build it with:
You can’t perform that action at this time.
0 commit comments