mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-30 09:14:13 +02:00
Fixed project history
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@26 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
775e754bdf
commit
21bb3f6923
@ -25,12 +25,18 @@
|
||||
; write to the Free Software Foundation, 675 Mass Ave,
|
||||
; Cambridge, MA 02139, USA.
|
||||
;
|
||||
|
||||
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:42 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.12 1999/09/25 06:42:18 jprice
|
||||
; Optimize boot loader. Documentation.
|
||||
;
|
||||
|
@ -5,9 +5,16 @@
|
||||
#
|
||||
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/11 03:56:42 jimtabor
|
||||
# Clean up and Release
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.3 1999/04/23 03:44:17 jprice
|
||||
# Ported to NASM by ror4. Improvements
|
||||
#
|
||||
|
@ -5,9 +5,16 @@ rem batch file to build everything
|
||||
rem $Id$
|
||||
|
||||
rem $Log$
|
||||
rem Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
rem Fixed project history
|
||||
rem
|
||||
rem Revision 1.2 2000/05/14 17:05:39 jimtabor
|
||||
rem Cleanup CRs
|
||||
rem
|
||||
rem Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
rem The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
rem MS-DOS. Distributed under the GNU GPL.
|
||||
rem
|
||||
rem Revision 1.5 1999/08/25 03:59:14 jprice
|
||||
rem New build batch files.
|
||||
rem
|
||||
|
@ -5,9 +5,16 @@ rem batch file to clean everything
|
||||
rem $Id$
|
||||
|
||||
rem $Log$
|
||||
rem Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
rem Fixed project history
|
||||
rem
|
||||
rem Revision 1.2 2000/05/14 17:05:58 jimtabor
|
||||
rem Cleanup CRs
|
||||
rem
|
||||
rem Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
rem The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
rem MS-DOS. Distributed under the GNU GPL.
|
||||
rem
|
||||
rem Revision 1.3 1999/08/25 03:59:14 jprice
|
||||
rem New build batch files.
|
||||
rem
|
||||
|
@ -4,9 +4,16 @@ rem batch file to clobber everything
|
||||
rem $Id$
|
||||
|
||||
rem $Log$
|
||||
rem Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
rem Fixed project history
|
||||
rem
|
||||
rem Revision 1.2 2000/05/14 17:06:17 jimtabor
|
||||
rem Cleanup CRs
|
||||
rem
|
||||
rem Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
rem The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
rem MS-DOS. Distributed under the GNU GPL.
|
||||
rem
|
||||
rem Revision 1.3 1999/08/25 03:59:14 jprice
|
||||
rem New build batch files.
|
||||
rem
|
||||
|
7
config.m
7
config.m
@ -48,9 +48,16 @@ NASM=nasm
|
||||
# $Id$
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/14 17:07:07 jimtabor
|
||||
# Cleanup CRs
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.3 1999/09/13 20:40:17 jprice
|
||||
# Added COMPILER variable
|
||||
#
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000 May 25 - Build 2020
|
||||
-------- James Tabor (jimtabor@infohwy.com)
|
||||
+ Fixed Project history.
|
||||
|
||||
2000 May 17 - Build 2020
|
||||
-------- James Tabor (jimtabor@infohwy.com)
|
||||
+ Fixed Delete, Rename, Mkdir, and Rmdir. Comment out isDevice. There is
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -5,9 +5,16 @@
|
||||
#
|
||||
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
# Clean up and Release
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.6 1999/08/25 03:16:36 jprice
|
||||
# ror4 patches to allow TC 2.01 compile.
|
||||
#
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.4 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -29,7 +29,11 @@
|
||||
;
|
||||
; @Header: /home/cvsroot/fdkernel/DRIVERS/RDATCLK.ASM,v 1.3 1999/04/12 03:19:44 jprice Exp @
|
||||
;
|
||||
; @Log: RDATCLK.ASM,v @
|
||||
; @Log: rdatclk.asm,v @
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/04/12 03:19:44 jprice
|
||||
; more ror4 patches
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.4 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/11 03:56:20 jimtabor
|
||||
; Clean up and Release
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:21:08 jprice
|
||||
; ror4 2011-01 patch
|
||||
;
|
||||
|
@ -34,9 +34,16 @@ static BYTE *Cds_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 2000/03/09 06:06:38 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -38,9 +38,16 @@ static BYTE *clock_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:22 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -38,9 +38,16 @@ static BYTE *date_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 1999/08/25 03:17:11 jprice
|
||||
* ror4 patches to allow TC 2.01 compile.
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *clock_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:06:38 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -35,15 +35,18 @@ static BYTE *device_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/11 04:24:51 jimtabor
|
||||
* Added Boot blk structs
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/11 04:24:51 jimtabor
|
||||
* Added Boot blk structs
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.4 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
|
@ -36,9 +36,16 @@ static BYTE *dirmatch_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:06:38 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *error_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:27 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *exe_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:28 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *fat_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 1999/05/03 06:28:00 jprice
|
||||
* Changed some variables from signed to unsigned.
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *fcb_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 1999/09/20 21:24:54 jprice
|
||||
* *** empty log message ***
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *file_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:30 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *fnode_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:06:38 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *kbd_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:31 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *mcb_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 2000/03/09 06:06:38 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *pcb_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:32 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static char *portab_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 1999/08/25 03:17:11 jprice
|
||||
* ror4 patches to allow TC 2.01 compile.
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *process_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:34 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -35,9 +35,16 @@ static BYTE *sft_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:06:38 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -30,8 +30,15 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
; Update CVS to 2020
|
||||
:
|
||||
: Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
: The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
: MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 2000/03/09 06:06:38 kernel
|
||||
; 2017f updates by James Tabor
|
||||
|
@ -36,9 +36,16 @@ static BYTE *tail_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:39:36 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -40,9 +40,16 @@ static BYTE *time_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:19 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 1999/08/25 03:17:11 jprice
|
||||
* ror4 patches to allow TC 2.01 compile.
|
||||
*
|
||||
|
@ -39,9 +39,16 @@ static BYTE *RcsId = "$Header$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:20 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 2000/03/09 06:07:10 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -27,9 +27,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.2 1999/08/10 17:57:12 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -27,9 +27,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:57:12 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -37,15 +37,18 @@ static BYTE *blockioRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/11 04:26:26 jimtabor
|
||||
* Added code for DOS FN 69 & 6C
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/11 04:26:26 jimtabor
|
||||
* Added code for DOS FN 69 & 6C
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.15 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
|
@ -38,9 +38,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 2000/03/09 06:07:10 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *charioRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.7 2000/03/09 06:07:10 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -39,9 +39,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.15 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
*
|
||||
|
@ -28,9 +28,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.8 2000/03/09 06:07:10 kernel
|
||||
; 2017f updates by James Tabor
|
||||
;
|
||||
|
@ -34,15 +34,18 @@ static BYTE *dosfnsRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.14 2000/04/02 05:01:08 jtabor
|
||||
* Replaced ChgDir Code
|
||||
|
@ -36,9 +36,16 @@ static BYTE *dosnamesRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.4 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
*
|
||||
|
@ -33,6 +33,9 @@ static BYTE *dskRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.5 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.4 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
@ -42,9 +45,9 @@ static BYTE *dskRcsId = "$Id$";
|
||||
* Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.6 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
|
@ -28,9 +28,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:29:59 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.5 2000/03/20 03:15:49 kernel
|
||||
; Change in Entry.asm
|
||||
;
|
||||
|
@ -34,9 +34,16 @@ static BYTE *errorRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.2 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 2000/03/09 06:07:11 kernel
|
||||
; 2017f updates by James Tabor
|
||||
;
|
||||
|
@ -36,15 +36,18 @@ static BYTE *fatdirRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.12 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
|
@ -36,15 +36,18 @@ BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/11 04:26:26 jimtabor
|
||||
* Added code for DOS FN 69 & 6C
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/11 04:26:26 jimtabor
|
||||
* Added code for DOS FN 69 & 6C
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.23 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
|
@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.6 1999/08/10 18:03:42 jprice
|
||||
* ror4 2011-03 patch
|
||||
*
|
||||
|
@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.7 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *Globals_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.17 2000/03/16 03:28:49 kernel
|
||||
* *** empty log message ***
|
||||
*
|
||||
|
@ -38,9 +38,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -30,15 +30,18 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
; Cleanup, add and fix source.
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
; Cleanup, add and fix source.
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.4 2000/03/31 05:40:09 jtabor
|
||||
; Added Eric W. Biederman Patches
|
||||
|
@ -36,6 +36,9 @@ BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.7 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.6 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
@ -51,9 +54,9 @@ BYTE *RcsId = "$Id$";
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.6 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.24 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
|
@ -28,9 +28,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 2000/03/09 06:07:11 kernel
|
||||
; 2017f updates by James Tabor
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:57:12 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -35,6 +35,9 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.5 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.4 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
@ -44,9 +47,9 @@ static BYTE *RcsId = "$Id$";
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.4 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
|
@ -29,9 +29,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 1999/08/10 17:57:13 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -28,9 +28,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.6 2000/03/09 06:07:11 kernel
|
||||
; 2017f updates by James Tabor
|
||||
;
|
||||
|
@ -5,9 +5,16 @@
|
||||
#
|
||||
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
# Update CVS to 2020
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.14 2000/03/31 05:40:09 jtabor
|
||||
# Added Eric W. Biederman Patches
|
||||
#
|
||||
|
@ -39,15 +39,18 @@ static BYTE *mainRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.14 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
|
@ -35,9 +35,16 @@ static BYTE *memmgrRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.4 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -34,9 +34,16 @@ static BYTE *miscRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.4 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -36,15 +36,18 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.5 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
|
@ -31,15 +31,18 @@ static BYTE *mainRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.4 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/17 19:15:12 jimtabor
|
||||
* Cleanup, add and fix source.
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.8 2000/04/02 06:11:35 jtabor
|
||||
* Fix ChgDir Code
|
||||
|
@ -38,9 +38,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.8 2000/03/17 22:59:04 kernel
|
||||
* Steffen Kaiser's NLS changes
|
||||
*
|
||||
|
@ -29,9 +29,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.3 2000/03/17 22:59:04 kernel
|
||||
; Steffen Kaiser's NLS changes
|
||||
;
|
||||
|
@ -34,9 +34,16 @@ static BYTE *prfRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -28,9 +28,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.2 1999/08/10 17:57:13 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -30,9 +30,16 @@
|
||||
; $Id$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.4 1999/08/10 17:57:13 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -34,9 +34,16 @@ static BYTE *Proto_hRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.17 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
*
|
||||
|
@ -29,9 +29,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.2 1999/08/10 17:57:13 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -28,9 +28,16 @@
|
||||
; $Header$
|
||||
;
|
||||
; $Log$
|
||||
; Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
; Fixed project history
|
||||
;
|
||||
; Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
; Update CVS to 2020
|
||||
;
|
||||
; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
; MS-DOS. Distributed under the GNU GPL.
|
||||
;
|
||||
; Revision 1.2 1999/08/10 17:57:13 jprice
|
||||
; ror4 2011-02 patch
|
||||
;
|
||||
|
@ -34,9 +34,16 @@ static BYTE *stringsRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.4 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 2000/03/09 06:07:11 kernel
|
||||
* 2017f updates by James Tabor
|
||||
*
|
||||
|
@ -36,9 +36,16 @@ static BYTE *syspackRcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:42:21 jprice
|
||||
* New version without IPL.SYS
|
||||
*
|
||||
|
@ -37,9 +37,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.3 1999/05/04 16:40:30 jprice
|
||||
* ror4 date fix
|
||||
*
|
||||
|
@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$";
|
||||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:21 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:30:00 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.8 2000/03/31 05:40:09 jtabor
|
||||
* Added Eric W. Biederman Patches
|
||||
*
|
||||
|
@ -5,9 +5,16 @@
|
||||
#
|
||||
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:22 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/11 03:57:10 jimtabor
|
||||
# Clean up and Release
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.6 1999/09/14 17:32:20 jprice
|
||||
# no message
|
||||
#
|
||||
|
@ -3,11 +3,17 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:23 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/15 05:28:09 jimtabor
|
||||
# Cleanup CRs
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.6 1999/09/20 18:34:40 jprice
|
||||
# *** empty log message ***
|
||||
#
|
||||
|
79
sys/sys.c
79
sys/sys.c
@ -27,45 +27,52 @@
|
||||
***************************************************************/
|
||||
|
||||
/* $Log$
|
||||
* Revision 1.3 2000/05/25 20:56:23 jimtabor
|
||||
* Fixed project history
|
||||
*
|
||||
* Revision 1.2 2000/05/15 05:28:09 jimtabor
|
||||
* Cleanup CRs
|
||||
*
|
||||
/* Revision 1.10 2000/03/31 06:59:10 jprice
|
||||
/* Added discription of program.
|
||||
/*
|
||||
/* Revision 1.9 1999/09/20 18:34:40 jprice
|
||||
/* *** empty log message ***
|
||||
/*
|
||||
/* Revision 1.8 1999/09/20 18:27:19 jprice
|
||||
/* Changed open/creat to fopen to make TC2 happy.
|
||||
/*
|
||||
/* Revision 1.7 1999/09/15 05:39:02 jprice
|
||||
/* Changed boot sector writing code so easier to read.
|
||||
/*
|
||||
/* Revision 1.6 1999/09/14 17:30:44 jprice
|
||||
/* Added debug log creation to sys.com.
|
||||
/*
|
||||
/* Revision 1.5 1999/08/25 03:19:51 jprice
|
||||
/* ror4 patches to allow TC 2.01 compile.
|
||||
/*
|
||||
/* Revision 1.4 1999/04/17 19:14:44 jprice
|
||||
/* Fixed multi-sector code
|
||||
/*
|
||||
/* Revision 1.3 1999/04/01 07:24:05 jprice
|
||||
/* SYS modified for new boot loader
|
||||
/*
|
||||
/* Revision 1.2 1999/03/29 16:24:48 jprice
|
||||
/* Fixed error message
|
||||
/*
|
||||
/* Revision 1.1.1.1 1999/03/29 15:43:15 jprice
|
||||
/* New version without IPL.SYS
|
||||
/* Revision 1.3 1999/01/21 04:35:21 jprice Fixed comments.
|
||||
Added indent program
|
||||
|
||||
Revision 1.2 1999/01/21 04:13:52 jprice Added messages to sys. Also made
|
||||
it create a .COM file.
|
||||
|
||||
*/
|
||||
* Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
* The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
* MS-DOS. Distributed under the GNU GPL.
|
||||
*
|
||||
* Revision 1.10 2000/03/31 06:59:10 jprice
|
||||
* Added discription of program.
|
||||
*
|
||||
* Revision 1.9 1999/09/20 18:34:40 jprice
|
||||
* *** empty log message ***
|
||||
*
|
||||
* Revision 1.8 1999/09/20 18:27:19 jprice
|
||||
* Changed open/creat to fopen to make TC2 happy.
|
||||
*
|
||||
* Revision 1.7 1999/09/15 05:39:02 jprice
|
||||
* Changed boot sector writing code so easier to read.
|
||||
*
|
||||
* Revision 1.6 1999/09/14 17:30:44 jprice
|
||||
* Added debug log creation to sys.com.
|
||||
*
|
||||
* Revision 1.5 1999/08/25 03:19:51 jprice
|
||||
* ror4 patches to allow TC 2.01 compile.
|
||||
*
|
||||
* Revision 1.4 1999/04/17 19:14:44 jprice
|
||||
* Fixed multi-sector code
|
||||
*
|
||||
* Revision 1.3 1999/04/01 07:24:05 jprice
|
||||
* SYS modified for new boot loader
|
||||
*
|
||||
* Revision 1.2 1999/03/29 16:24:48 jprice
|
||||
* Fixed error message
|
||||
*
|
||||
* Revision 1.1.1.1 1999/03/29 15:43:15 jprice
|
||||
* New version without IPL.SYS
|
||||
* Revision 1.3 1999/01/21 04:35:21 jprice Fixed comments.
|
||||
* Added indent program
|
||||
*
|
||||
* Revision 1.2 1999/01/21 04:13:52 jprice Added messages to sys. Also made
|
||||
* it create a .COM file.
|
||||
*
|
||||
*/
|
||||
|
||||
#define STORE_BOOT_INFO
|
||||
|
||||
|
@ -3,11 +3,17 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# $Log$
|
||||
# Revision 1.3 2000/05/25 20:56:23 jimtabor
|
||||
# Fixed project history
|
||||
#
|
||||
# Revision 1.2 2000/05/15 05:28:09 jimtabor
|
||||
# Cleanup CRs
|
||||
#
|
||||
# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1
|
||||
# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with
|
||||
# MS-DOS. Distributed under the GNU GPL.
|
||||
#
|
||||
# Revision 1.10 1999/09/23 04:41:43 jprice
|
||||
# *** empty log message ***
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user