Add brief description of 0xFD FreeDOS kernel

This commit is contained in:
KJD 2012-10-20 11:55:52 -04:00
parent 5d3c213666
commit 0564f18516

View File

@ -1,4 +1,14 @@
fdkernel fdkernel
======== ========
FreeDOS kernel FreeDOS kernel - branch from 2042 SVN 0xFD kernel
http://www.fdos.org/kernel/
The FreeDOS kernel implements the core MS/PC-DOS (R) compatible functions. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
This version of the kernel is intended only for 8086+ or 80386+ IBM compatible computers in continuation of the goals of the FreeDOS Project. Please see http://www.fdos.org/kernel for my 0xDC kernel that is work on merging back in some of the original portability aspects and other supported features at the cost of some compatibility with older hardware/software.
Please feel free to email me - PerditionC@gmail.com
October 2012