diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-24 19:49:57 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-24 19:49:57 -0500 |
| commit | 939ac4319cb047a37ba46f84eff81948063f6954 (patch) | |
| tree | 5112cf8aad73125a13f5b52c0290a7f26f948b52 /jslinux-2019-12-21/root-riscv64.cfg | |
| parent | 3a1b5ba15b89c907f9bf66a0761ffdd73b32208b (diff) | |
| download | unixv4-939ac4319cb047a37ba46f84eff81948063f6954.tar.gz unixv4-939ac4319cb047a37ba46f84eff81948063f6954.tar.xz | |
Add working webpage for unix v4
Diffstat (limited to 'jslinux-2019-12-21/root-riscv64.cfg')
| -rw-r--r-- | jslinux-2019-12-21/root-riscv64.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jslinux-2019-12-21/root-riscv64.cfg b/jslinux-2019-12-21/root-riscv64.cfg new file mode 100644 index 0000000..e1349e2 --- /dev/null +++ b/jslinux-2019-12-21/root-riscv64.cfg @@ -0,0 +1,11 @@ +/* VM configuration file */ +{ + version: 1, + machine: "riscv64", + memory_size: 128, + bios: "bbl64.bin", + kernel: "kernel-riscv64.bin", + cmdline: "console=hvc0 root=/dev/vda rw", + drive0: { file: "root-riscv64/blk.txt" }, + eth0: { driver: "user" }, +} |
