mirror of
https://github.com/wekan/wekan.git
synced 2026-01-09 02:58:50 +01:00
Updated Qemu (markdown)
parent
5330d1b26b
commit
da2c59d821
1 changed files with 8 additions and 0 deletions
8
Qemu.md
8
Qemu.md
|
|
@ -201,3 +201,11 @@ qemu-system-x86_64 -m 4G -drive if=ide,index=0,media=disk,file=ubuntu.qcow2 \
|
|||
-boot order=c \
|
||||
-serial stdio -netdev user,id=n0 -device rtl8139,netdev=n0
|
||||
```
|
||||
|
||||
## Haiku
|
||||
|
||||
```
|
||||
qemu-system-i386 -cdrom haiku-r1beta4-x86_gcc2h-anyboot.iso -vga virtio \
|
||||
-display gtk -full-screen -hda haiku.img -smp 2 -boot c -m 1024 \
|
||||
-net nic,model=rtl8139 -net user
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue