summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/int10.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove doscmd from the base system now that it lives in the ports tree.des2004-03-231-466/+0
|
* Update FreeBSD SCM IDs.obrien2002-03-071-2/+3
|
* Avoid a null-pointer dereference which occurred when emulating DOSrobert2002-02-261-0/+2
| | | | | | | interrupt 0x10 function 0x00 without dpy int tty.c being set. PR: 35147 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
* Minor cleanup, no functional changes:tg2001-10-121-20/+36
| | | | | | - Add/change some comments, - remove superfluous `if (1||x)' and re-indent, - fix initialization of floppyinfo[] to get rid of warning.
* Rewrite video emulation. Features:tg2001-07-241-82/+239
| | | | | | | | | | | | | | | | | - slightly more accurate VGA hardware emulation; - more int 10 functions, especially wrt to palette handling; - first shot at graphics support; - mode switching. Bugs: - graphics too slow; - only 16 color modes work for now; - works only under X, and only with 16 bit TrueColor visuals; - far from being genuinely useful (I can play an old EGA game now, though (mahjongg.exe)). Also, the code has been cleaned up a bit (more to come in a separate commit).
* Silence some debugging output when installing Borland's Turbo C.tg2001-05-221-1/+14
|
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-66/+66
| | | | | | | | | | | | doscmd heavily depends on struct sigcontext which luckily is mostly passed between functions as usion regcontext_t. By redefining union regcontext_t in terms of mcontext_t almost all bases are covered. It also seems to me that doscmd was in a transitional state. The redundant definitions made it difficult to get a clear overview and could easily cause oversight. To make sure my changes were ok, I went as far as to complete the transition. It was not exactly necessary, but I expect to have to come back here some more ("whistle" if I'm wrong :-).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+277
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud