From c776ed4644eea7695c3a7f095506cb4aa4326629 Mon Sep 17 00:00:00 2001 From: PerditionC Date: Fri, 24 Jan 2014 10:05:25 -0500 Subject: [PATCH] Update README.md Add link to where to download compiled files. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8aa643..ade0d70 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ 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. +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. Compiled kernels ready to use (just copy kernel.sys over an existing install) are available at http://www.fdos.org/kernel/testing/git/ - also available are the source archive and fdpkg compatible packages. 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 \ No newline at end of file +Jan 2014