mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-21 04:44:29 +02:00
changed the file system detection code. */ /* Revision 2.0 tomehlert 2001/4/26 no direct access to the disk any more, this is FORMAT's job no floppy.asm anymore, no segmentation problems. no access to partition tables instead copy boot sector using int25/int26 = absdiskread()/write if xxDOS is able to handle the disk, SYS should work additionally some space savers: replaced fopen() by open() included (slighly modified) PRF.c from kernel size is no ~7500 byte vs. ~13690 before */ git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@217 6ac86273-5f31-0410-b378-82cca8765d1b
INTRODUCTION ------------ This archive contains FreeDOS Kernel version 1.1.18, build 2018, 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. AGREEMENT --------- All users of the FreeDOS kernel must accept the disclaimer of warranty and license terms contained in the file "COPYING" in order to use it. You may not, under any circumstance, use this operating system or any component without first reading and agreeing to the terms of the license. 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.
Description
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.
Languages
C
56.8%
Assembly
35.7%
Makefile
1.8%
C++
1.8%
Shell
1.7%
Other
2.2%