From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/run-9front-in-qemu.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 public/run-9front-in-qemu.html (limited to 'public/run-9front-in-qemu.html') diff --git a/public/run-9front-in-qemu.html b/public/run-9front-in-qemu.html deleted file mode 100755 index eea451a..0000000 --- a/public/run-9front-in-qemu.html +++ /dev/null @@ -1,23 +0,0 @@ -Run 9front in Qemu

Run 9front in Qemu

May 5, 2023

Run 9front in Qemu. This applies to Plan9 and -9front.

Download from here http://9front.org/iso/.

# Create a qcow2 image.
-qemu-img create -f qcow2 $HOME/VM/9front.qcow2.img 30G
-
-# Run the VM.
-qemu-system-x86_64 -cpu host -enable-kvm -m 1024 \
-    -net nic,model=virtio,macaddr=52:54:00:00:EE:03 -net user \
-    -device virtio-scsi-pci,id=scsi \
-    -drive if=none,id=vd0,file=$HOME/VM/9front.qcow2.img \
-    -device scsi-hd,drive=vd0 \
-    -drive if=none,id=vd1,file=$HOME/VM/ISO/9front.386.iso \
-    -device scsi-cd,drive=vd1,bootindex=0
-
\ No newline at end of file -- cgit v1.2.3