Date: Tue, 30 Sep 1997 15:04:09 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/doscmd Makefile.dos ems.c ems.h emsdriv.S emsdriv.sys.uu emuint.c emuint.h redir.S redir.com.uu Makefile README.booting_dos doscmd.1 doscmd.c doscmd.h intff.c trap.c xms.c instbsdi.c instbsdi.exe.uu Message-ID: <199709302204.PAA29973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 1997/09/30 15:04:08 PDT Modified files: usr.bin/doscmd Makefile README.booting_dos doscmd.1 doscmd.c doscmd.h intff.c trap.c xms.c Added files: usr.bin/doscmd Makefile.dos ems.c ems.h emsdriv.S emsdriv.sys.uu emuint.c emuint.h redir.S redir.com.uu Removed files: usr.bin/doscmd instbsdi.c instbsdi.exe.uu Log: Add support for EMS emulation to doscmd. This requires changing the 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> Revision Changes Path 1.8 +14 -8 src/usr.bin/doscmd/Makefile 1.2 +14 -6 src/usr.bin/doscmd/README.booting_dos 1.3 +12 -7 src/usr.bin/doscmd/doscmd.1 1.3 +5 -2 src/usr.bin/doscmd/doscmd.c 1.3 +10 -1 src/usr.bin/doscmd/doscmd.h 1.2 +5 -5 src/usr.bin/doscmd/intff.c 1.2 +6 -3 src/usr.bin/doscmd/trap.c 1.3 +74 -42 src/usr.bin/doscmd/xms.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709302204.PAA29973>