Skip to content

Commit 076c303

Browse files
committed
Add more interesting disk image.
1 parent 85a3735 commit 076c303

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3435
In 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:

disk.img.gz

-379 KB
Binary file not shown.

0 commit comments

Comments
 (0)