kernel/kernel
Kenneth J Davis bb3351bdd0 add int 2f subfunc 122B and 122D from Eduardo Casino
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1163 6ac86273-5f31-0410-b378-82cca8765d1b
2005-12-10 02:41:43 +00:00
..
nls Marked these files as binary, as they are exactly that. 2001-04-25 00:56:03 +00:00
apisupt.asm Use HMA_TEXT instead of _TEXT again. 2003-03-12 22:43:53 +00:00
asmsupt.asm fatfs.c: 2004-09-05 08:58:44 +00:00
blockio.c Cleanup & optimisation 2004-09-09 12:17:56 +00:00
break.c break.c: check_handle_break() return type was undefined if no Ctrl-break 2004-09-11 15:52:57 +00:00
chario.c Fix Ctrl-Z bug and retro-optimise a bit 2005-10-22 11:14:06 +00:00
config.c Fix BC 3.1 CONFIG.C compile and SYS Abnormal Program Termination error for BC 2005-09-19 17:43:11 +00:00
config.h Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
console.asm Use int29 for kernel console output. Enables ansi escape sequences in config.sys once you load nansi.sys. It also saves a couple of bytes. 2004-05-23 22:04:42 +00:00
country.asm A much richer updated COUNTRY.SYS by Eduardo 2004-11-03 18:37:16 +00:00
dosfns.c more win3 support, some comments, upx option to build.bat, misc debug print changes 2005-11-06 19:50:35 +00:00
dosidle.asm Avoid relocations in the .asm files. 2003-06-15 16:21:26 +00:00
dosnames.c break.c: check_handle_break() return type was undefined if no Ctrl-break 2004-09-11 15:52:57 +00:00
dsk.c works towards better SS!=DS support, centralized debug macros, some comments 2005-11-20 16:20:44 +00:00
dyndata.h break.c: check_handle_break() return type was undefined if no Ctrl-break 2004-09-11 15:52:57 +00:00
dyninit.c just comments and additional debug messages, updated history (little reformating) 2005-01-29 20:33:11 +00:00
entry.asm more win3 support, some comments, upx option to build.bat, misc debug print changes 2005-11-06 19:50:35 +00:00
error.c Set the Critical Error number immediately after calling a device driver. 2003-09-24 19:34:11 +00:00
execrh.asm No longer include duplicate execrh, asmsupt, and u8m/d functions for the 2004-04-10 15:11:16 +00:00
fatdir.c just comments and additional debug messages, updated history (little reformating) 2005-01-29 20:33:11 +00:00
fatfs.c add some disabled debug messages 2005-11-20 16:27:17 +00:00
fattab.c COUNTRY.SYS & NLSFUNC support added: Lucho, Eduardo. 2004-09-03 09:26:53 +00:00
fcbfns.c COUNTRY.SYS & NLSFUNC support added: Lucho, Eduardo. 2004-09-03 09:26:53 +00:00
globals.h just comments and additional debug messages, updated history (little reformating) 2005-01-29 20:33:11 +00:00
init-dat.h introduce lol structure for list of lists; avoid lots of relocations 2003-06-15 15:53:58 +00:00
init-mod.h allow printf to work correctly when SS!=DS 2005-11-20 16:39:14 +00:00
initclk.c Initclk changes (mainly by Lucho) 2003-09-09 17:33:23 +00:00
initdisk.c Remove condition checks that are already included in other condition checks 2005-02-06 19:00:33 +00:00
inithma.c just comments and additional debug messages, updated history (little reformating) 2005-01-29 20:33:11 +00:00
initoem.c Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
int2f.asm initial BIOS disk int 13h wrapper, only passively detects and notes floppy disk change 2005-11-20 16:52:45 +00:00
inthndlr.c add int 2f subfunc 122B and 122D from Eduardo Casino 2005-12-10 02:41:43 +00:00
intr.asm COUNTRY.SYS & NLSFUNC support added: Lucho, Eduardo. 2004-09-03 09:26:53 +00:00
intwrap.asm cleaner push immediate from Arkady and note big bug to be fixed 2005-11-20 19:03:17 +00:00
io.asm high-part-of register save fixes from Lucho. 2004-05-30 19:31:07 +00:00
io.inc Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
ioctl.c COUNTRY.SYS & NLSFUNC support added: Lucho, Eduardo. 2004-09-03 09:26:53 +00:00
iprf.c Added new build system files, sys documentation, "rm" batch file 2001-11-13 23:45:25 +00:00
irqstack.asm just comments and additional debug messages, updated history (little reformating) 2005-01-29 20:33:11 +00:00
kernel.asm cleaner push immediate from Arkady and note big bug to be fixed 2005-11-20 19:03:17 +00:00
lfnapi.c Make f_diroff an entry offset so it can be 16bits. Enforce the 65536 2004-03-22 10:29:26 +00:00
ludivmul.inc patches from Arkady, Lucho, and Bart -- see history.txt for details 2004-07-25 09:55:58 +00:00
main.c temp fix until int13h entry code cleaned up 2005-11-30 16:36:24 +00:00
makefile add new intwrap.asm file 2005-11-20 17:00:36 +00:00
memmgr.c If no floppy drives present, don't initialise DDT for drive A:. 2004-09-07 14:15:49 +00:00
misc.c Remove (unused) strncpy. 2003-08-09 09:35:18 +00:00
msc.cfg Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
network.c Reduced number of global int2f/11 entries into int2f.asm to one. 2004-04-21 17:40:12 +00:00
newstuff.c Cleanup & optimisation 2004-09-09 12:17:56 +00:00
nls.c By Eduardo Casino-Almao: 2004-09-12 17:47:21 +00:00
nls_hc.asm Divide hard-coded UCASE and FUCASE tables 2004-09-23 13:08:23 +00:00
nlssupt.asm high-part-of register save fixes from Lucho. 2004-05-30 19:31:07 +00:00
prf.c allow printf to work correctly when SS!=DS 2005-11-20 16:39:14 +00:00
printer.asm Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
procsupt.asm Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
proto.h fix prototype, add FAR 2005-11-26 19:55:50 +00:00
segs.inc Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
serial.asm From Lucho with some help from Tom: initialize serial ports and retry 2003-11-14 21:55:25 +00:00
strings.c Remove (unused) strncpy. 2003-08-09 09:35:18 +00:00
sysclk.c (suggestion from Arkady) 2003-09-09 17:32:20 +00:00
syspack.c Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
systime.c (with a little help from Arkady) 2003-09-09 17:43:43 +00:00
task.c tc debug build fix 2005-01-17 18:34:10 +00:00
tci.cfg Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
turboc.cfg Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
wc.cfg Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
wci.cfg Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00