summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/bios.c
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1997-08-15 23:41:26 +0000
committerjlemon <jlemon@FreeBSD.org>1997-08-15 23:41:26 +0000
commitd637f4f507efd469c196718fb89e0b3eb445a20d (patch)
tree33d2032c2c6a52ff1d5f64c89c5cd8bbfd3d65b2 /usr.bin/doscmd/bios.c
parent3bc0e3d9d18baa98ce9fc4f6ee87c1e48d91f530 (diff)
downloadFreeBSD-src-d637f4f507efd469c196718fb89e0b3eb445a20d.zip
FreeBSD-src-d637f4f507efd469c196718fb89e0b3eb445a20d.tar.gz
Add support for XMS memory to doscmd.
Submitted by: Helmut F. Wirth <hfwirth@ping.at>
Diffstat (limited to 'usr.bin/doscmd/bios.c')
-rw-r--r--usr.bin/doscmd/bios.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/bios.c b/usr.bin/doscmd/bios.c
index ea4090e..4cad864 100644
--- a/usr.bin/doscmd/bios.c
+++ b/usr.bin/doscmd/bios.c
@@ -29,7 +29,7 @@
*
* BSDI bios.c,v 2.3 1996/04/08 19:32:19 bostic Exp
*
- * $Id: bios.c,v 1.4 1996/09/22 15:42:47 miff Exp $
+ * $Id: bios.c,v 1.1 1997/08/09 01:42:33 dyson Exp $
*/
#include "doscmd.h"
@@ -137,7 +137,7 @@ int15(regcontext_t *REGS)
*/
break;
case 0x88:
- R_AX = 0; /* memory past 1M */
+ get_raw_extmemory_info(REGS);
break;
case 0xc0: /* get configuration */
debug (D_TRAPS|0x15, "Get configuration\n", R_DX);
OpenPOWER on IntegriCloud