You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
HOPPY.IMG | 11 months ago | |
LICENSE | 11 months ago | |
README.md | 11 months ago | |
hoppy.qcow2 | 11 months ago | |
screenshot.png | 11 months ago |
README.md
HOPPY
H.A.R.E.'s HOPPY operating system
usage
QEMU: qemu-system-i386 -fda HOPPY.IMG -hda hoppy.qcow2 -boot a
and choose Disk C
when prompted by bootloader.
To install to HDD without requiring floppy: install_hd_boot('C','C');
, power off once installation is complete, then
QEMU: qemu-system-i386 -hda hoppy.qcow2
and choose Disk C
when prompted by bootloader.