.. |
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
|
merge in some changes from UNSTABLE, batch files no change just line ending issue
|
2004-09-12 04:46:28 +00:00 |
blockio.c
|
Start reducing the number of network redirector functions in int2f.asm.
|
2004-04-20 18:43:03 +00:00 |
break.c
|
Had to change ctrl-c/ctrl-break handling again...
|
2004-04-14 15:40:51 +00:00 |
chario.c
|
Fix problem with redirected input and int21/ah=0a (debug < foo.txt) --
|
2004-05-23 22:53:11 +00:00 |
config.c
|
Fix zero timeouts for GetBiosKey (F5/F8 handling).
|
2007-05-28 18:01:59 +00:00 |
config.h
|
Document the fact the MSCL8 compiled kernels don't work.
|
2004-04-13 11:54:09 +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 |
dosfns.c
|
Fix Bugzilla Bug 1956: all file opens fail under specific conditions.
|
2007-05-21 02:29:01 +00:00 |
dosidle.asm
|
Avoid relocations in the .asm files.
|
2003-06-15 16:21:26 +00:00 |
dosnames.c
|
Remove wrong automatic "*.*" code from Lixing Yuan -- return DE_PATHNOTFND
|
2004-03-17 22:04:40 +00:00 |
dsk.c
|
Implement floppy change notification via int2f/ax=4a00 (originally by
|
2007-05-15 17:44:02 +00:00 |
dyndata.h
|
Ran all .c and .h files through "indent"
|
2001-11-18 14:01:12 +00:00 |
dyninit.c
|
Move externs to header files; sft init cleanup (+3 files need to be low)
|
2003-06-20 19:54:18 +00:00 |
entry.asm
|
Implement an int19 hook (from Japheth's JEMFBHLP.ASM).
|
2007-05-26 17:34:12 +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
|
removed the "protect 386 registers" patch again, a fixed version of free-
|
2006-05-20 20:49:59 +00:00 |
fatdir.c
|
Fix problem with an old game that calls findfirst with attribute 77a8:
|
2007-05-21 02:17:44 +00:00 |
fatfs.c
|
Fix OW 1.6 warnings about functions redeclared as 'static'.
|
2007-05-15 00:05:41 +00:00 |
fattab.c
|
Clear high 4 bits of FAT32 FAT table entries & diagnostics. From FD 1.0
|
2006-10-31 21:05:09 +00:00 |
fcbfns.c
|
int21/ah=0x1b,0x1c should only change AL
|
2004-07-25 08:04:54 +00:00 |
globals.h
|
changed the os_release version message to be
|
2006-05-20 20:48:43 +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
|
Implement an int19 hook (from Japheth's JEMFBHLP.ASM).
|
2007-05-26 17:34:12 +00:00 |
initclk.c
|
Initclk changes (mainly by Lucho)
|
2003-09-09 17:33:23 +00:00 |
initdisk.c
|
Read partition tables using CHS methods unless instructed to do otherwise.
|
2007-05-21 01:57:21 +00:00 |
inithma.c
|
Fix problem with #ifdef DEBUG HMA check. Use more descriptive name
|
2004-05-24 17:07:04 +00:00 |
initoem.c
|
Extra check for EBDA move: ramsize == peek(0, RAMSIZE) by Tom Ehlert
|
2007-05-21 02:16:36 +00:00 |
int2f.asm
|
Implement floppy change notification via int2f/ax=4a00 (originally by
|
2007-05-15 17:44:02 +00:00 |
inthndlr.c
|
Add Tom Ehlert's freeing of near f_node's work-around for problems with
|
2007-05-15 17:50:22 +00:00 |
intr.asm
|
Arkady changed/optimized allocmem()
|
2004-05-23 20:01:30 +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
|
Ioctl optimization using a command table, present both in Tom's and the
|
2007-05-15 04:12: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
|
Jemm's FASTBOOT needs interrupt vectors at 0070:0100 so put them there,
|
2007-05-26 16:57:15 +00:00 |
kernel.asm
|
Implement an int19 hook (from Japheth's JEMFBHLP.ASM).
|
2007-05-26 17:34:12 +00:00 |
kernel.cfg
|
LBA/FCB/FAT/SYS/Ctrl-C/ioctl fixes + memory savings
|
2001-07-09 22:19:33 +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
|
Preserving di in ludivmul.inc: fixes problem with the modulo when
|
2004-07-24 23:56:32 +00:00 |
main.c
|
Implement an int19 hook (from Japheth's JEMFBHLP.ASM).
|
2007-05-26 17:34:12 +00:00 |
makefile
|
Fix builds with Turbo C.
|
2007-05-26 21:57:11 +00:00 |
memmgr.c
|
Fix QB4 MCB problem (from FD1.0 kernel).
|
2006-10-31 21:08:12 +00:00 |
misc.c
|
Remove (unused) strncpy.
|
2003-08-09 09:35:18 +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
|
This was unequal replacement: in new code performed more memory access
|
2004-05-23 20:06:51 +00:00 |
nls_hc.asm
|
Changes for kernel 2028 (see history.txt)
|
2002-12-09 00:17:15 +00:00 |
nls_load.c
|
NLS changes from Steffen
|
2003-06-27 22:02:57 +00:00 |
nls.c
|
Fix builds with Turbo C.
|
2007-05-26 21:57:11 +00:00 |
nlssupt.asm
|
high-part-of register save fixes from Lucho.
|
2004-05-30 19:31:07 +00:00 |
prf.c
|
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 |
printer.asm
|
Changes for kernel 2028 (see history.txt)
|
2002-12-09 00:17:15 +00:00 |
procsupt.asm
|
From Lucho: enable interactive re-execution of the SHELL.
|
2004-03-07 12:19:43 +00:00 |
proto.h
|
Fix OW 1.6 warnings about functions redeclared as 'static'.
|
2007-05-15 00:05:41 +00:00 |
segs.inc
|
Jemm's FASTBOOT needs interrupt vectors at 0070:0100 so put them there,
|
2007-05-26 16:57:15 +00:00 |
serial.asm
|
Serial code fixes from the FD1.0 kernel.
|
2006-10-31 21:01:38 +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
|
Convert getvec into a C function.
|
2004-05-10 20:49:43 +00:00 |
turboc.cfg
|
Use PASCAL calling convention by default for turbo C
|
2003-06-30 18:36:30 +00:00 |