mirror of https://github.com/FDOS/kernel.git
Remove old log entries.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@482 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
ed6b46719c
commit
8651581383
28
build.bat
28
build.bat
|
@ -148,31 +148,3 @@ set XERROR=1
|
|||
@set XERROR=
|
||||
@set XUPX=
|
||||
@set UPXOPT=
|
||||
|
||||
:- Log: build.bat,v
|
||||
:-
|
||||
:- Revision 1.5 1999/08/25 03:59:14 jprice
|
||||
:- New build batch files.
|
||||
:-
|
||||
:- Revision 1.4 1999/08/25 03:38:16 jprice
|
||||
:- New build config
|
||||
:-
|
||||
:- Revision 1.3 1999/04/23 03:46:02 jprice
|
||||
:- Improved by jprice
|
||||
:-
|
||||
:- Revision 1.2 1999/04/17 19:13:29 jprice
|
||||
:- ror4 patches
|
||||
:-
|
||||
:- Revision 1.1.1.1 1999/03/29 15:39:13 jprice
|
||||
:- New version without IPL.SYS
|
||||
:-
|
||||
:- Revision 1.5 1999/02/09 04:47:54 jprice
|
||||
:- Make makefile use common config.mak file
|
||||
:-
|
||||
:- Revision 1.4 1999/01/30 08:29:10 jprice
|
||||
:- Clean up
|
||||
:-
|
||||
:- Revision 1.3 1999/01/30 07:49:16 jprice
|
||||
:- Clean up
|
||||
:-
|
||||
|
||||
|
|
17
clean.bat
17
clean.bat
|
@ -43,20 +43,3 @@ del *.bak
|
|||
:end
|
||||
set MAKE=
|
||||
set COMPILER=
|
||||
|
||||
rem Log: clean.bat,v
|
||||
rem Revision 1.3 1999/08/25 03:59:14 jprice
|
||||
rem New build batch files.
|
||||
rem
|
||||
rem Revision 1.2 1999/04/23 03:46:02 jprice
|
||||
rem Improved by jprice
|
||||
rem
|
||||
rem Revision 1.1.1.1 1999/03/29 15:39:15 jprice
|
||||
rem New version without IPL.SYS
|
||||
rem
|
||||
rem Revision 1.4 1999/02/09 04:47:54 jprice
|
||||
rem Make makefile use common config.mak file
|
||||
rem
|
||||
rem Revision 1.3 1999/01/30 08:29:10 jprice
|
||||
rem Clean up
|
||||
rem
|
||||
|
|
13
clobber.bat
13
clobber.bat
|
@ -44,16 +44,3 @@ del status.me
|
|||
:end
|
||||
set MAKE=
|
||||
set COMPILER=
|
||||
|
||||
rem Log: clobber.bat,v
|
||||
rem
|
||||
rem Revision 1.3 1999/08/25 03:59:14 jprice
|
||||
rem New build batch files.
|
||||
rem
|
||||
rem Revision 1.2 1999/08/10 18:34:06 jprice
|
||||
rem case
|
||||
rem
|
||||
rem Revision 1.1 1999/04/23 03:47:19 jprice
|
||||
rem Initial include
|
||||
rem
|
||||
|
||||
|
|
10
config.b
10
config.b
|
@ -118,13 +118,3 @@ set XFAT=16
|
|||
:-
|
||||
:- $Id$
|
||||
:-
|
||||
:- Log: config.b,v
|
||||
:-
|
||||
:- Revision 1.3 1999/09/13 20:40:17 jprice
|
||||
:- Added COMPILER variable
|
||||
:-
|
||||
:- Revision 1.2 1999/08/25 03:59:14 jprice
|
||||
:- New build batch files.
|
||||
:-
|
||||
:- Revision 1.1 1999/08/25 03:20:39 jprice
|
||||
:- ror4 patches to allow TC 2.01 compile.
|
||||
|
|
14
lib/makefile
14
lib/makefile
|
@ -21,17 +21,3 @@ clobber: clean
|
|||
clean:
|
||||
-$(RM) *.obj *.bak
|
||||
|
||||
# Log: makefile,v
|
||||
#
|
||||
# Revision 1.6 1999/09/14 17:32:20 jprice
|
||||
# no message
|
||||
#
|
||||
# Revision 1.5 1999/09/13 20:13:15 jprice
|
||||
# Added !if so we can use TC2 or TC3 to compile.
|
||||
#
|
||||
# Revision 1.4 1999/08/25 03:19:22 jprice
|
||||
# ror4 patches to allow TC 2.01 compile.
|
||||
#
|
||||
# Revision 1.3 1999/04/23 03:45:18 jprice
|
||||
# Improved by jprice
|
||||
#
|
||||
|
|
14
sys/makefile
14
sys/makefile
|
@ -52,17 +52,3 @@ clean:
|
|||
sys.obj: sys.c ..\hdr\portab.h ..\hdr\device.h b_fat12.h b_fat16.h b_fat32.h
|
||||
$(CC) $(CFLAGS) $*.c
|
||||
|
||||
# Log: makefile,v
|
||||
#
|
||||
# Revision 1.6 1999/09/20 18:34:40 jprice
|
||||
# *** empty log message ***
|
||||
#
|
||||
# Revision 1.5 1999/08/25 03:19:51 jprice
|
||||
# ror4 patches to allow TC 2.01 compile.
|
||||
#
|
||||
# Revision 1.4 1999/05/03 05:01:38 jprice
|
||||
# no message
|
||||
#
|
||||
# Revision 1.3 1999/04/23 03:45:33 jprice
|
||||
# Improved by jprice
|
||||
#
|
||||
|
|
77
sys/sys.c
77
sys/sys.c
|
@ -862,80 +862,3 @@ BOOL copy(COUNT drive, BYTE * srcPath, BYTE * rootPath, BYTE * file)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
/* Log: sys.c,v see "cvs log sys.c" for newer entries. */
|
||||
|
||||
/* version 2.2 jeremyd 2001/9/20
|
||||
Changed so if no source given or only source drive (no path)
|
||||
given, then checks for kernel.sys & command.com in current
|
||||
path (of current drive or given drive) and if not there
|
||||
uses root (but only if source & destination drive are different).
|
||||
Fix printf to include count(ret) if copy can't write all requested bytes
|
||||
*/
|
||||
/* version 2.1a jeremyd 2001/8/19
|
||||
modified so takes optional 2nd parameter (similar to PC DOS)
|
||||
where if only 1 argument is given, assume to be destination drive,
|
||||
but if two arguments given, 1st is source (drive and/or path)
|
||||
and second is destination drive
|
||||
*/
|
||||
|
||||
/* Revision 2.1 tomehlert 2001/4/26
|
||||
|
||||
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
|
||||
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue