summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/xms.c
Commit message (Collapse)AuthorAgeFilesLines
* ELFize. In fact, doscmd is ELF natural -- there is no need for a loaderluoqi1998-09-241-2/+12
| | | | | since ELF executables are loaded well above the low memory region that DOS operates in.
* Add support for EMS emulation to doscmd. This requires changing thejlemon1997-09-301-42/+74
| | | | | | | | | interface for callbacks to doscmd from DOS, obsoleting the instbsdi redirector. (redir.com replaces it) A temporary hack is in place so the instbsdi program will (hopefully) work in the short term. Submitted by: Helmut F. Wirth <hfwirth@ping.at>
* Add support for XMS memory to doscmd.jlemon1997-08-151-30/+1026
| | | | Submitted by: Helmut F. Wirth <hfwirth@ping.at>
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+65
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud