mirror of https://github.com/FDOS/kernel.git
Removed debug printf.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@203 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
d6ebf8aa0c
commit
cb411f4ddd
|
@ -40,6 +40,9 @@ static BYTE *RcsId = "$Id$";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.20 2001/04/16 14:44:29 bartoldeman
|
||||||
|
* Removed debug printf.
|
||||||
|
*
|
||||||
* Revision 1.19 2001/04/16 14:28:32 bartoldeman
|
* Revision 1.19 2001/04/16 14:28:32 bartoldeman
|
||||||
* Kernel build 2024. Fixed critical error handler/config.sys/makefiles/UMBs
|
* Kernel build 2024. Fixed critical error handler/config.sys/makefiles/UMBs
|
||||||
*
|
*
|
||||||
|
@ -1079,8 +1082,6 @@ INIT BOOL LoadDevice(BYTE * pLine, COUNT top, COUNT mode)
|
||||||
(result=init_device(dhp, pLine, mode, top))==SUCCESS
|
(result=init_device(dhp, pLine, mode, top))==SUCCESS
|
||||||
; dhp = next_dhp)
|
; dhp = next_dhp)
|
||||||
{
|
{
|
||||||
|
|
||||||
printf("result=%d\n", result);
|
|
||||||
next_dhp = dhp->dh_next;
|
next_dhp = dhp->dh_next;
|
||||||
if (FP_SEG(next_dhp) == 0xffff)
|
if (FP_SEG(next_dhp) == 0xffff)
|
||||||
/* Does this ever occur with FP_OFF(next_dhp) != 0xffff ??? */
|
/* Does this ever occur with FP_OFF(next_dhp) != 0xffff ??? */
|
||||||
|
|
Loading…
Reference in New Issue