FreeDOS/docs
Eric Auer 1e5efe260e New config.sys (config.c, config.txt) options: IDLEHALT=n to activate
"HLT on idle" (dosidle.asm, int2f.asm) and KEYBUF=n[,m] to relocate
the keyboard buffer to another area in the 40:ac..40:1ff range. Global
functions and variables: proto.h DosIdle_hlt, init-mod.h and globals.h
DosIdle_hlt() and HaltCpuWhileIdle.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1339 6ac86273-5f31-0410-b378-82cca8765d1b
2007-07-21 03:37:53 +00:00
..
bugs.txt update to the bugs.txt file to point the user to the bug database at 2000-08-15 03:42:17 +00:00
build.txt Lucho reported that MSC compiled kernels now work after all. Let's mark 2004-04-13 23:46:25 +00:00
config.txt New config.sys (config.c, config.txt) options: IDLEHALT=n to activate 2007-07-21 03:37:53 +00:00
contrib.txt Documentation updates merged from UNSTABLE 2007-05-26 22:21:04 +00:00
copying introduce lol structure for list of lists; avoid lots of relocations 2003-06-15 15:53:58 +00:00
fdkernel.lsm LSM update: the kernel now identifies itself as build 2036 cvs. Actually 2006-05-20 20:58:54 +00:00
history.txt summarized log -d '>Feb 25 2005' kernel for today... WARNING: some of the 2006-05-20 20:53:23 +00:00
intfns.txt updated list of supported DOS functions. When DOSLFN is loaded for int 2006-05-20 20:51:11 +00:00
lfnapi.txt kernel 2026 test changes (see history.txt) 2002-01-23 22:29:41 +00:00
mkboot.txt minor formatting change. No content changes. 2000-08-15 03:41:19 +00:00
nls.txt Update 2000-08-06 04:42:32 +00:00
readme.cvs Clean up and Release 2000-05-09 00:37:13 +00:00
readme.txt Final changes for kernel 2029 2003-03-15 04:18:09 +00:00
sys.txt kernel 2026 final changes 2002-02-09 00:40:33 +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.