Go to file
Bart Oldeman b0e54ff704 (with a little help from Arkady)
inthndler.c, chario.c, break.c simplifications and cleanups.
Pass a near pointer to the far pointer that points to the device instead
of an SFT index (in general).
Make cooked_write much faster by only testing for input every 32
characters.
No longer test for ctl_s on syscon if writing to the printer: just
read from the printer which will return zero characters.
Fix reading/writing zero characters by returning "256" (special code).
Adjust interfaces in other files.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@683 6ac86273-5f31-0410-b378-82cca8765d1b
2003-09-09 17:43:43 +00:00
bin Removed old log entries. 2002-11-18 22:54:03 +00:00
boot Version 2.7 luchezar, tomehlert, ericauer 2003/8/5 2003-08-08 15:01:15 +00:00
docs Changelog correction. 2003-08-28 20:33:33 +00:00
drivers Remove unused code. 2003-09-09 17:19:10 +00:00
hdr New UNREFERENCED_PARAMETER macro that appears to work for all compilers. 2003-09-09 17:22:03 +00:00
kernel (with a little help from Arkady) 2003-09-09 17:43:43 +00:00
lib Clean cleans a bit more; change () to (void) 2003-08-31 10:20:28 +00:00
mkfiles Forgotten HMA_TEXT for MS compilers. 2003-08-28 20:37:29 +00:00
sys Move manually added "RCS" entries to the CVS log. 2003-08-28 21:43:14 +00:00
utils Clean cleans a bit more; change () to (void) 2003-08-31 10:20:28 +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 old log entries. 2002-11-18 22:51:27 +00:00
config.b "-p" is no longer necessary in config.bat 2003-07-19 18:12:26 +00:00
filelist Add lol.h 2003-06-16 16:39:20 +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.