root/README

Revision 5f4a57d3db78d1b61434b793665ea77da50b69fe, 1.4 KB (checked in by H. Peter Anvin <hpa@…>, 14 months ago)

README: update copyright to 2011

Signed-off-by: H. Peter Anvin <hpa@…>

  • Property mode set to 100644
Line 
1See the files in the doc directory for documentation about SYSLINUX:
2
3        syslinux.txt        - Usage instructions; manual.
4        distrib.txt         - For creators of Linux distributions.
5        pxelinux.txt        - Documentation specific to PXELINUX.
6        isolinux.txt        - Documentation specific to ISOLINUX.
7        extlinux.txt        - Documentation specific to EXTLINUX.
8        menu.txt            - About the menu systems.
9        usbkey.txt          - About using SYSLINUX on USB keys.
10        comboot.txt         - About the extension API.
11        memdisk.txt         - Documentation about MEMDISK.
12
13Also see the files:
14
15        NEWS                - List of changes from previous releases.
16        TODO                - About features planned for future releases.
17        COPYING             - For the license terms of this software.
18
19SYSLINUX now builds in a Linux environment, using nasm.  You need nasm
20version 2.03 or later (2.07 or later recommended) to build SYSLINUX
21from source.  See http://www.nasm.us/ for information about nasm.
22
23There is now a mailing list for SYSLINUX.  See the end of syslinux.txt
24for details.
25
26SYSLINUX is:
27
28   Copyright 1994-2011 H. Peter Anvin et al - All Rights Reserved
29
30   This program is free software; you can redistribute it and/or modify
31   it under the terms of the GNU General Public License as published by
32   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
33   Boston MA 02111-1307, USA; either version 2 of the License, or
34   (at your option) any later version; incorporated herein by reference.
Note: See TracBrowser for help on using the browser.