Delving deeper into a Haiku QEMU machine I have found several utilities dealing with formatting partitions in BFS and that GParted CAN work with BFS filesystems!
This is interesting as the disk utilities may be useful in creating a BFS partition possibly in a chroot environment and thet GParted can handle BFS filesystems opens up some further avenues of exploration.
So far Haiku performs well in a QEMU machine. @wiak Here is the QEMU stanza I am using at the moment. Notice the -usbdevice tablet
parameter. This deals with a double mouse cursor and I have to use this with F96-CE distro's running on QEMU VM's.
Code: Select all
/usr/bin/qemu-system-x86_64 -smp 4 -device ac97 -machine accel=kvm -m 4096 -cdrom "/mnt/home/haiku-r1beta4-x86_64-anyboot.iso" -hda "/root/.aqemu/Haiku_HDA.img" -boot once=d,menu=off -net nic -net user -rtc base=localtime -name "Haiku" -vnc 192.168.254.13:0 -cpu host -usb -usbdevice tablet $*
This is using a VNC and then used the Haiku installer to full install on the QEMU HDD.