FreeDOS/sys
Bart Oldeman a46d6637fa Use near pointers for printf()s where possible. Problematic is only the
case where SS!=DS (which happens sometimes in resident code), in which
case va_list/va_arg need to use FAR pointers.
DS!=DGROUP never works, so I corrected that for NLS_DEBUG, by setting DS
in int2f.asm.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1491 6ac86273-5f31-0410-b378-82cca8765d1b
2009-07-18 20:48:44 +00:00
..
bin2c.c Ran all .c and .h files through "indent" 2001-11-18 14:01:12 +00:00
fdkrncfg.c Use near pointers for printf()s where possible. Problematic is only the 2009-07-18 20:48:44 +00:00
makefile update sys to current version, adjust printf to support percent modifier, consistent prototype, and handle text not in current segment (FAR *) better, merge part of simplified debug (via prints) support 2009-07-11 16:59:43 +00:00
sys.c Use near pointers for printf()s where possible. Problematic is only the 2009-07-18 20:48:44 +00:00
talloc.c Turbo C really wants unsigned __brklvl. Only shows up if you enable stack 2004-05-11 10:57:57 +00:00