Go to file
Eric Auer 26f116a217 More secure FAT handling: Avoids risk of cross links for example if
you reboot while files are open... Reported by Hardi Stengelin :-).

Always test *link_fat* result. New function is_free_cluster.  Extra
checks in *link_fat* (bad r/w offset, i/o, write) and *next_cluster*
(dangling chain: bad value in chain) with short messages (no msg for
bad chain start). Shorter "Bad DPB" (FAT size) msg.  More comments!

Update FS INFO on disk only when needed.  Check if chain EOF was at
expected place when extending.  Call *link_fat* before! *setdstart*
when a FAT chain grows.   [Q: Does 0 byte write always trunc? Why?]


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1358 6ac86273-5f31-0410-b378-82cca8765d1b
2008-03-08 20:31:37 +00:00
bin Removed old log entries. 2002-11-18 22:54:03 +00:00
boot From Lucho: 2004-01-26 00:40:41 +00:00
docs New bugzilla URL, mention that only writing needs a login. 2007-09-07 12:45:22 +00:00
drivers Removed "Dutch plurals" ("Dutch plural's" ;-)) from the source code: 2007-07-20 20:52:33 +00:00
hdr Mktemp (21.5a) only inserts leading backslash in temp file name 2007-07-28 19:03:40 +00:00
kernel More secure FAT handling: Avoids risk of cross links for example if 2008-03-08 20:31:37 +00:00
lib Flip some slashes for Linux compat; simplifications in kernel/makefile 2003-09-15 10:46:24 +00:00
mkfiles Let TC2 warn for the utilities. 2004-05-23 18:29:18 +00:00
share Add share to the stable kernel too. 2007-05-21 03:46:06 +00:00
sys If FAT32 and a "backup boot sector" exists, also update the 2007-09-07 12:46:54 +00:00
utils Let exeflat call UPX itself like in the unstable branch. Simplifies makefile. 2007-08-29 08:49:02 +00:00
build.bat Build system adjustments from the FD1.0 kernel. Shuts up dos4g and some 2006-10-31 21:13:02 +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
default.bat Build system adjustments from the FD1.0 kernel. Shuts up dos4g and some 2006-10-31 21:13:02 +00:00
filelist Build system adjustments from the FD1.0 kernel. Shuts up dos4g and some 2006-10-31 21:13:02 +00:00
makefile Build system adjustments from the FD1.0 kernel. Shuts up dos4g and some 2006-10-31 21:13:02 +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://www.freedos.org/bugs/

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