From 99f39bebec9784a64a08129526f26ec24e5a7b18 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Fri, 30 Mar 2001 20:11:14 +0000 Subject: [PATCH] Truly got DOS=HIGH reporting for INT21/AX=0x3306 working now. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@182 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/globals.h | 11 ++++++++++- kernel/main.c | 4 +++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/kernel/globals.h b/kernel/globals.h index ed484c2..c8a6935 100644 --- a/kernel/globals.h +++ b/kernel/globals.h @@ -36,6 +36,9 @@ static BYTE *Globals_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.9 2001/03/30 20:11:14 bartoldeman + * Truly got DOS=HIGH reporting for INT21/AX=0x3306 working now. + * * Revision 1.8 2001/03/30 19:30:06 bartoldeman * Misc fixes and implementation of SHELLHIGH. See history.txt for details. * @@ -387,7 +390,13 @@ GLOBAL BYTE , #endif - version_flags; /* minor version number */ + version_flags /* minor version number */ +#ifdef MAIN += 0; +#else + ; +#endif + #ifdef DEBUG GLOBAL WORD bDumpRegs #ifdef MAIN diff --git a/kernel/main.c b/kernel/main.c index dc6e2b8..068f334 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -39,6 +39,9 @@ static BYTE *mainRcsId = "$Id$"; /* * $Log$ + * Revision 1.11 2001/03/30 20:11:14 bartoldeman + * Truly got DOS=HIGH reporting for INT21/AX=0x3306 working now. + * * Revision 1.10 2001/03/30 19:30:06 bartoldeman * Misc fixes and implementation of SHELLHIGH. See history.txt for details. * @@ -321,7 +324,6 @@ INIT void init_kernel(void) mem_access_mode = FIRST_FIT; verify_ena = FALSE; InDOS = 0; - version_flags = 0; pDirFileNode = 0; dosidle_flag = 0;