Go to file
2011-07-15 23:32:38 +00:00
bin Removed old log entries. 2002-11-18 22:54:03 +00:00
boot add comment about location that may be modified by sys (and some whitespace changes due to editor) 2009-07-30 03:26:13 +00:00
docs update history.txt 2011-06-27 01:32:25 +00:00
drivers Remove useless END from nls_hc.asm, add explicit byte overrides for older 2011-04-09 02:03:20 +00:00
hdr Fix 386 register save/restore (FS & GS destroyed across EXEC - SF bug: 3090610) 2011-05-06 01:46:55 +00:00
kernel add int 2f subfunc 122B and 122D from Eduardo Casino [from UNSTABLE branch] 2011-07-15 23:32:38 +00:00
lib Flip some slashes for Linux compat; simplifications in kernel/makefile 2003-09-15 10:46:24 +00:00
mkfiles Make sure the DOS native and Linux cross-builds produce identical binaries. 2011-04-09 02:42:51 +00:00
share Add share to the stable kernel too. 2007-05-21 03:46:06 +00:00
sys Change // to /* comments for Turbo C compatibility. 2011-04-08 18:34:19 +00:00
utils Corrected a bug in exeflat: it was writing 32 bytes too many from possibly 2009-07-07 13:51:54 +00:00
build.bat 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
buildall.bat Build system adjustments from the FD1.0 kernel. Shuts up dos4g and some 2006-10-31 21:13:02 +00:00
clean.bat explicitly use .bat for call, etc., otherwise 4DOS doesn't like us... 2004-03-27 12:13:10 +00:00
clobber.bat explicitly use .bat for call, etc., otherwise 4DOS doesn't like us... 2004-03-27 12:13:10 +00:00
config.b Some makefile cleanups from Arkady. Also Lucho reported that nmake/nologo 2004-04-11 12:21:25 +00:00
config.m Add Linux cross-compile capability, using Open Watcom: 2009-05-19 21:39:29 +00:00
default.bat 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
filelist Optional support for modifying CONFIG via memdisk args, requires MEMDISK_ARGS and 386 defined to be included. 2011-06-21 02:17:09 +00:00
makefile Change Linux makefiles to only update what is necessary for subsequent makes. 2009-05-20 00:32:21 +00:00
RELEASE.BAT Add batch file used to generated release archives; update LSM to be version neutral when checked out of SVN trunk 2009-08-01 21:14:46 +00:00

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 8086, 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://sourceforge.net/tracker/?group_id=5109&atid=105109

An archive of old (Bugzilla) items is at www.freedos.org/bugzilla/

There is also a feature request tracker on our SourceForge pages at
http://sourceforge.net/tracker/?atid=355109&group_id=5109&func=browse


Copyright
---------

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