Recovering from lost root password in OpenBSD

Want to recover a lost root password in OpenBSD, type boot -s at the boot prompt in OpenBSD hit enter when prompted for shell and enter vt220 as the TERM. boot> boot…

Creating and Using MS DOS Virtual Machine in QEMU

Create a disk image of desired size. I chose 50 MB $ dd if=/dev/zero of=msdos622.img bs=1k count=0 seek=50000 Next boot from the DOS boot media. I had a bootable CD image. $…