NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD wikipedia page updated



On 25/03/01 02:21PM, Van Ly wrote:

> I wanted to know, in particular, under the virtualization section, of
> the possibility to run Plan 9 using NVMM on a laptop.  Could there be a
> hint that is possible?  I'd like to see the cat(1) source build and run
> on Net and Plan 9 on the ThinkPad laptop hypervisor.

It's perfectly feasible to run 9front on QEMU/NVMM. To boot the .iso
install media in graphical mode, with mouse support, and proceed to
install 9front on a previously created qcow2 raw disk: 


$ qemu-system-x86_64 -cpu qemu64 -smp cpus=2 -accel nvmm -m 4G \
    -net nic,model=virtio,macaddr=52:54:00:00:EE:03 -net user \
    -display sdl,gl=on -vga std \
    -device virtio-scsi-pci,id=scsi \
    -drive if=none,id=vd0,file=$HOME/VM/9front.qcow2.img,media=disk,cache=writeback \
    -device scsi-hd,drive=vd0 \
    -usb -device usb-mouse,bus=usb-bus.0 \
    -drive if=none,id=vd1,file=$HOME/VM/ISO/9front-10931.amd64.iso,media=cdrom \
    -device scsi-cd,drive=vd1,bootindex=0

CPU and memory settings may be adjusted depending on the host.

-- 
PVO | https://retrobsd.ddns.net


Home | Main Index | Thread Index | Old Index