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
This commit is contained in:
Bart Oldeman 2001-03-30 20:11:14 +00:00
parent 31b068e497
commit 99f39bebec
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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;