Hello all,
Not having read Bart's reply to my earlier bug report, I enabled debug mode
in build.bat.
I got some message about "Error in initdisk.c, line 430" or something to
that effect.  Going to that line reveals an
#if DEBUG
I changed to
#ifdef DEBUG

This made it compilable.
In summary,
initdisk.c, line 430
-#if DEBUG
+#ifdef DEBUG

Fix debug mode with TC

Additionally, I used copy con: to record some messages.
One interesting thing it says is
Truename CON:  C:/CON
or some such thing.
Is this a bug, or standard behavior?
Thank you,
Ibidem




------------------------------------------------------------------------------
_______________________________________________
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to