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
Bart Oldeman 950078ad08 Use the pascal calling convention for most intr.asm functions, and let
them pop the stack (smaller code than using bx).
Tell Watcom which registers are clobbered; save some more registers
for intr() -- especially for intr() this helps.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@849 6ac86273-5f31-0410-b378-82cca8765d1b
2004-04-09 11:37: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 From Lucho: update contributors list. 2004-03-07 11:38:49 +00:00
drivers driver .asm files optimizations (many from Arkady); remove obsolete rdatclk 2003-09-15 10:53:09 +00:00
hdr Use pascal calling conventions for execrh(). 2004-04-09 11:16:03 +00:00
kernel Use the pascal calling convention for most intr.asm functions, and let 2004-04-09 11:37:40 +00:00
lib Flip some slashes for Linux compat; simplifications in kernel/makefile 2003-09-15 10:46:24 +00:00
mkfiles Use the "-r" switch for Watcom to preserve ES around calls -- saves ~350 2004-04-07 16:16:07 +00:00
sys Introduce VA_CDECL: only Turbo C 2.01 needs an explicit cdecl for printf, 2004-04-07 16:13:23 +00:00
utils Added explicit (UWORD) type casts to avoid compiler warnings and sometimes 2004-02-07 18:04:50 +00:00
build.bat explicitly use .bat for call, etc., otherwise 4DOS doesn't like us... 2004-03-27 12:13:10 +00:00
buildall.bat explicitly use .bat for call, etc., otherwise 4DOS doesn't like us... 2004-03-27 12:13:10 +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 "-p" is no longer necessary in config.bat 2003-07-19 18:12:26 +00:00
default.bat .BAT file cleanups from Arkady 2004-03-27 01:42:33 +00:00
filelist .BAT file cleanups from Arkady 2004-03-27 01:42:33 +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.