Go to file
Bart Oldeman e7f0852dbd correct sectors/track, head and hidden sector values if the boot sector
disagrees with the default bpb (unless the default bpb says that the
number of hidden sectors is zero (usual for floppies)).

introduce generic_block_ioctl() function to handle all 0x440d ioctls
(inclusive locking)


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@763 6ac86273-5f31-0410-b378-82cca8765d1b
2004-01-31 15:01:40 +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 Bump up version number; update changelog. 2003-09-24 20:47:04 +00:00
drivers driver .asm files optimizations (many from Arkady); remove obsolete rdatclk 2003-09-15 10:53:09 +00:00
hdr Adapted from Chris Rodie's patch (bugzilla #1729): 2004-01-26 13:18:13 +00:00
kernel Only put PATH= in the environment if it's still empty just before 2004-01-31 11:39:50 +00:00
lib Flip some slashes for Linux compat; simplifications in kernel/makefile 2003-09-15 10:46:24 +00:00
mkfiles from Lucho: basic implementation of 2004-01-25 22:20:48 +00:00
sys correct sectors/track, head and hidden sector values if the boot sector 2004-01-31 15:01:40 +00:00
utils More verbose mapfiles for watcom C; some slash preparations to allow 2003-09-15 10:37:40 +00:00
build.bat Remove old log entries. 2002-11-18 22:51:27 +00:00
buildall.bat Kernel 2025a final changes. 2001-11-13 23:36:45 +00:00
clean.bat Remove old log entries. 2002-11-18 22:51:27 +00:00
clobber.bat Remove duplicate clobber. 2003-09-15 10:48:14 +00:00
config.b "-p" is no longer necessary in config.bat 2003-07-19 18:12:26 +00:00
filelist ~1K size reduction for sys.com by using Tom's talloc.c malloc/free functions 2004-01-25 21:44:17 +00:00
getmake.bat Added protection for FS:, GS:, update makefiles to use CC and CL. 2002-08-02 21:55:14 +00:00
makefile correct extension 2003-06-18 19:40:32 +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.