FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2 or later. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
Go to file
Luchezar Georgiev 7b0a023193 By Eduardo - update hardcoded country and codepage IDs
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1071 6ac86273-5f31-0410-b378-82cca8765d1b
2004-12-05 14:21:00 +00:00
bin COUNTRY.SYS & NLSFUNC support added: Lucho, Eduardo. 2004-09-03 09:26:53 +00:00
boot correct non8086 division in bootcode, add boot drive option to sys 2004-09-11 13:42:30 +00:00
docs By Eduardo - update hardcoded country and codepage IDs 2004-12-05 14:21:00 +00:00
drivers patches from Arkady, Lucho, and Bart -- see history.txt for details 2004-07-25 09:55:58 +00:00
hdr By Eduardo - update hardcoded country and codepage IDs 2004-12-05 14:21:00 +00:00
kernel By Eduardo - update hardcoded country and codepage IDs 2004-12-05 14:21:00 +00:00
lib (Arkady) Remove -U option as Bart's new EXFLAT now uses XUPX variable directly 2004-11-18 11:20:04 +00:00
mkfiles (Arkady) Remove -U option as Bart's new EXFLAT now uses XUPX variable directly 2004-11-18 11:20:04 +00:00
sys Bart enhanced EXEFLAT for smaller packed binary; now calls UPX itself 2004-11-17 18:01:54 +00:00
utils (Arkady) Remove -U option as Bart's new EXFLAT now uses XUPX variable directly 2004-11-18 11:20:04 +00:00
build.bat easier change of kernel load segment, remove need of keypress when linking 2004-09-02 20:22:05 +00:00
buildall.bat Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
clean.bat Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
clobber.bat Lucho's kernel with Arkady's changes, initial unstable branch 2004-07-09 02:16:31 +00:00
config.b patches from Arkady, Lucho, and Bart -- see history.txt for details 2004-07-25 09:55:58 +00:00
defaults.bat easier change of kernel load segment, remove need of keypress when linking 2004-09-02 20:22:05 +00:00
filelist add optionally compiled in support to sys for PC/MS DOS versions (FAT16 only) 2004-09-07 18:31:41 +00:00
makefile correct extension 2003-06-18 19:40:32 +00:00

docs/readme.txt

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.