Skip to main content

Questions tagged [qemu]

Running retro software under QEMU, the open source machine emulator and virtualizer. See also the wiki page for the [emulation] tag.

Filter by
Sorted by
Tagged with
8 votes
1 answer
727 views

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 ...
Андрей Щеглов's user avatar
14 votes
1 answer
1k views

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 ...
Joshua's user avatar
  • 2,056
8 votes
2 answers
2k views

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 ...
Ciel Ruby's user avatar
  • 575
8 votes
1 answer
515 views

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 ...
RetroQuestion2017's user avatar