7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
~/qemu-current/i386-softmmu/qemu -snapshot -user-net -serial stdio \
|
|
-kernel tccboot \
|
|
-initrd initrd.img \
|
|
-append "root=/dev/hda" \
|
|
-hda example.romfs
|