diff options
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" }, +} |
