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-x86.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-x86.cfg')
| -rw-r--r-- | jslinux-2019-12-21/root-x86.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jslinux-2019-12-21/root-x86.cfg b/jslinux-2019-12-21/root-x86.cfg new file mode 100644 index 0000000..7b391ba --- /dev/null +++ b/jslinux-2019-12-21/root-x86.cfg @@ -0,0 +1,10 @@ +/* VM configuration file */ +{ + version: 1, + machine: "pc", + memory_size: 128, + kernel: "kernel-x86.bin", + cmdline: "loglevel=3 console=hvc0 root=/dev/vda init=/bin/ash rw", + drive0: { file: "root-x86/blk.txt" }, + eth0: { driver: "user" }, +} |
