FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2 or later. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
Go to file
Bart Oldeman ec8b97be38 Preserve si and di for strategy handlers.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@535 6ac86273-5f31-0410-b378-82cca8765d1b
2003-03-12 06:36:00 +00:00
bin Removed old log entries. 2002-11-18 22:54:03 +00:00
boot
docs Add comments about zip file contents. 2003-03-12 06:29:02 +00:00
drivers Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
hdr "rmdir" and FAT32 fixes from Tom. 2003-02-20 20:51:42 +00:00
kernel Preserve si and di for strategy handlers. 2003-03-12 06:36:00 +00:00
lib Fix for TC RTL math routines -- they need to be in the low text now. 2003-03-12 06:32:03 +00:00
mkfiles Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
sys Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
utils
build.bat
buildall.bat
clean.bat
clobber.bat
config.b
getmake.bat

docs/readme.txt

INTRODUCTION
------------
This archive contains the current FreeDOS Kernel, also
known as DOS-C, originally written by Pasquale J. Villani.

The FreeDOS Kernel is available from http://freedos.sourceforge.net.
It's also available from http://www.dosemu.org (somewhere on there).

The FreeDOS Kernel is also available through the FreeDOS Project at
http://www.freedos.org.

See the DOCS directory for more documentation and information about
the FreeDOS Kernel.

Contents of zip files:
ke20xx_16.zip : binaries for 8086, FAT16
ke20xx_32.zip : binaries for 80386, FAT16,FAT32
ke20xxsrc.zip : sources for the kernel

BUG REPORTS
-----------
If you have found a bug, think you have found a bug, or would just
like to make a suggestion, go to the bug tracking web page at
http://www.freedos.org/bugs/

Copyright
---------
DOS-C is (c) Copyright 1995, 1996 by Pasquale J. Villani
All Rights Reserved.