Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / diagnose / README
1 This directory contains the files for making the bootable diagnostic
2 diskette, version 2.  They are released under the terms of the BSD licence,
3 contained in the file COPYING in the root LILO source directory.
4
5         sector.S -- the MSDOS boot code which boots HIPBOOT.SYS
6         test4.c -- the actual diagnostic
7
8
9 Robert de Bath's "dev-0.16.0" package is REQUIRED to correctly make the
10 programs in this directory.  The following sources are derived from his
11 package, are his property, and are released under the 'LGPLicence' contained 
12 in this directory.
13
14         bios.c -- modified source for the bios_start.o program
15         cprintf.c -- modified source for the standalone print routine
16
17
18 The files placed on the MSDOS floppy are as follows:
19
20         test4d.com -- DOS version 2 of the diagnostic, runs under MSDOS;
21                         useful for capturing output to a file, BUT output is
22                         not guaranteed to be the same as the standalone
23                         version 2 program
24         test4.com -- standalone version 2 of the diagnostic, bootable if
25                         copied to 'hipboot.sys'
26         disk.com -- version 1 of the disk diagnostic, bootable if copied
27                         to 'hipboot.sys'
28
29
30 (14-Jan-2002) -- jrc