From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/run-9front-in-qemu.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/run-9front-in-qemu.html') diff --git a/public/run-9front-in-qemu.html b/public/run-9front-in-qemu.html index 6d2a920..a3c57c0 100755 --- a/public/run-9front-in-qemu.html +++ b/public/run-9front-in-qemu.html @@ -1,9 +1,12 @@ -Run 9front in Qemu

Run 9front in Qemu

note, May 5, 2023 on Mitja Felicijan's blog

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
 
@@ -15,7 +18,7 @@
     -device scsi-hd,drive=vd0 \
     -drive if=none,id=vd1,file=$HOME/VM/ISO/9front.386.iso \
     -device scsi-cd,drive=vd1,bootindex=0
-

Posts from blogs I follow around the net