The following may need to be added to your makefile for the debug
printfs to actually work, it tells OW that SS!=DS
This needs to be added to the watcom specific makefile, but as a special
flag so I didn't have time to do it yet.
Index: kernel/makefile
===================================================================
RCS file: /cvsroot/freedos/kernel/kernel/makefile,v
retrieving revision 1.19.2.7
diff -u -3 -r1.19.2.7 makefile
--- kernel/makefile 20 Nov 2005 17:00:36 -0000 1.19.2.7
+++ kernel/makefile 20 Nov 2005 17:00:47 -0000
@@ -104,6 +104,7 @@
newstuff.obj: newstuff.c $(HEADERS)
nls.obj: nls.c $(HEADERS)
prf.obj: prf.c $(HDR)portab.h
+ $(CC) $(CFLAGS) -zu $*.c
strings.obj: strings.c
sysclk.obj: sysclk.c $(HEADERS)
syspack.obj: syspack.c $(HEADERS)
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel