aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/pcemu/files
Commit message (Collapse)AuthorAgeFilesLines
* Make this port build under -current. (Of course, it'll also build underjoerg2002-12-031-0/+33
| | | | | | | -stable still. ;-) gcc 3 is (correctly) a lot more picky about some suspicious cpp constructs that remained undetected in the original sources until now.
* This is the last of the ports PRs assigned to me... and actually ajoerg2000-02-229-262/+1282
| | | | | | | | | | | | | | | | | | | | | rather large patchset improving pcemu. I therefore also decided to bump the version number from 1.01a to 1.01b, David Hedley apparently abandoned all work on pcemu anyway. The exact details of Arne's patches can be studied in the PR, it's something like 50 lines of explanation i don't want to quote in full here. In short, he submitted a number of improvements and a fix for the hard disk emulation in pcemu's BIOS. After a review, i decided to leave the patches verbatim. In addition and while i was at it, i added something i always ment to do: the option to dynamically add floppy disks (and now also hard disks) from within the .pcemurc file, so there's no need to recompile if you just wanna get access to your floppy from within pcemu. Comment it out again once you're done. PR: ports/5788 Submitted by: <arnej@math.ntnu.no> Arne Henrik Juul
* Don't assume ${FILESDIR} is some fixed number of directories up fromasami1998-12-011-2/+2
| | | | | ${WRKSRC}. Note I haven't fixed the "pack" target, that requires more than just ${FILESDIR} frobbing.
* Minor grammatical correction.joerg1995-10-251-1/+1
| | | | Submitted by: jhs
* Neither the port nor the package installed emufs.sys.joerg1995-04-291-1/+1
| | | | Pointed out by: phk, and burg@burg2.is.ge.com (Dick van den Burg)
* Finalize the packaging for this port. Fix a spelling error in myjoerg1995-04-174-251/+270
| | | | | README.FreeBSD, and provide an adequate packaging list. Fix a minor problem for `make install' (use mkdir -p where appropriate).
* This is David Hedley's pcemu 8086 PC emulator.joerg1995-03-288-0/+1796
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. :)