Questions tagged [qemu]
Running retro software under QEMU, the open source machine emulator and virtualizer. See also the wiki page for the [emulation] tag.
8 questions
8
votes
1
answer
727
views
Breaking the 16-head CHS geometry limit in QEMU and Bochs
With a 512-byte sector size, MS-DOS 6.22 is technically capable of using an IDE hard drive of almost 8 GB (512 * 1024 cylinders * 255 heads * 63 sectors per track = 7.84 GB). This can be proven on ...
14
votes
1
answer
1k
views
Why is QEMU cutting off the last cylinder of the disk image?
I made a new disk image with the command dd if=/dev/zero of=hd.img bs=512 count=$(expr 16 \* 63 \* \( 15 \* 16 + 8 \)) which corresponds to creating a disk that would fill exactly with QEMU's default ...
8
votes
2
answers
2k
views
How to read Microware OS-9 RBF Filesystem under Windows / Linux?
I have a virtual disk image file os9000-xibase.img and Windows can't read it nor mount it.
With ImDisk Virtual Disk, I'm able to mount it, but not read it, because it is a Random Block File System ...
8
votes
1
answer
515
views
QEMU with SunOS 4 - how to transfer files
How do I transfer files between the host and the guest when using SunOS 4 under QEMU?
I have followed this guide:
https://en.wikibooks.org/wiki/QEMU/SunOS_4.1.4
But when I try to rlogin or rcp, I get ...