home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / trees / syslinux / source / readme.src < prev    next >
Text File  |  1996-10-31  |  1KB  |  25 lines

  1.                           SYSLINUX source code
  2.  
  3.                   Copyright (C) 1994-96 H. Peter Anvin
  4.  
  5. This program is provided under the terms of the GNU General Public
  6. Licence, version 2, or at your option any later version.  This program
  7. carries no warranty, neither expressed nor implied.
  8.  
  9. The enclosed source code and Makefile I used together with Borland C++
  10. and Turbo Assembler version 3.1.  It is possible another C compiler
  11. and/or assembler could be used, but may require modifications.  If you
  12. modify the source code, be aware of that the ??date and ??time macros on
  13. your assembler *must* expand to 8 bytes each, or the boot sector will be
  14. garbled.  Also, please watch the two "checkpoint" lines in LDLINUX.ASM;
  15. the program is loaded in three parts (boot sector, first sector of
  16. LDLINUX.SYS, remainder of LDLINUX.SYS) and these checkpoints must be <=
  17. the value specified, or you will be executing code not yet loaded.  :(
  18.  
  19. Finally, if you do not have PKLite on your system, you need to remove
  20. the lines starting with "hdropt" and "pklite" in the Makefile.
  21.  
  22. Please let me know if you have any suggestions.
  23.  
  24.         H. Peter Anvin <hpa@zytor.com>
  25.