summaryrefslogtreecommitdiff
path: root/emulators/pcemu/files/patch-ae (follow)
Commit message (Collapse)AuthorAgeFilesLines
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-201-10/+7
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* This is David Hedley's pcemu 8086 PC emulator.Joerg Wunsch1995-03-271-0/+10
Technically, i consider this an excellent work. I've made some efforts to make it easier for people get it actually up & running. This would have required an image of a DOS boot floppy, which we cannot provide. Instead, i wrote a small bootstrap loader (basically a small more(1) clone with builtin text) that can be ``booted'' from. It instructs the user how to get the image of a bootable DOS floppy, and where to find the various files. (The bootstrap loader requires bcc to be recompiled, but i'm providing a gzip'ed/uuencoded version in the files directory as well.) The pkg directory is not yet done. Will follow RSN. :)