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:
parent
31b068e497
commit
99f39bebec
@ -36,6 +36,9 @@ static BYTE *Globals_hRcsId = "$Id$";
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log$
|
* $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
|
* Revision 1.8 2001/03/30 19:30:06 bartoldeman
|
||||||
* Misc fixes and implementation of SHELLHIGH. See history.txt for details.
|
* Misc fixes and implementation of SHELLHIGH. See history.txt for details.
|
||||||
*
|
*
|
||||||
@ -387,7 +390,13 @@ GLOBAL BYTE
|
|||||||
,
|
,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
version_flags; /* minor version number */
|
version_flags /* minor version number */
|
||||||
|
#ifdef MAIN
|
||||||
|
= 0;
|
||||||
|
#else
|
||||||
|
;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
GLOBAL WORD bDumpRegs
|
GLOBAL WORD bDumpRegs
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
|
@ -39,6 +39,9 @@ static BYTE *mainRcsId = "$Id$";
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log$
|
* $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
|
* Revision 1.10 2001/03/30 19:30:06 bartoldeman
|
||||||
* Misc fixes and implementation of SHELLHIGH. See history.txt for details.
|
* 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;
|
mem_access_mode = FIRST_FIT;
|
||||||
verify_ena = FALSE;
|
verify_ena = FALSE;
|
||||||
InDOS = 0;
|
InDOS = 0;
|
||||||
version_flags = 0;
|
|
||||||
pDirFileNode = 0;
|
pDirFileNode = 0;
|
||||||
dosidle_flag = 0;
|
dosidle_flag = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user