diff options
author | hpa <hpa> | 2000-06-28 19:46:55 +0000 |
---|---|---|
committer | hpa <hpa> | 2000-06-28 19:46:55 +0000 |
commit | f9c6f336623b694b4ecb3e720509bc261fc8fb70 (patch) | |
tree | 20983505a46925c139be8ad991bfe442672b8160 /syslinux.doc | |
parent | 20fb9ca3083dd452e2d367791edcfb92e68c611e (diff) | |
download | syslinux-f9c6f336623b694b4ecb3e720509bc261fc8fb70.tar.gz |
Update in preparation for 1.49 release.
Diffstat (limited to 'syslinux.doc')
-rw-r--r-- | syslinux.doc | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/syslinux.doc b/syslinux.doc index d16c919b..400f717e 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -4,7 +4,7 @@ A bootloader for Linux using MS-DOS floppies - Copyright (C) 1994-1999 H. Peter Anvin + Copyright (C) 1994-2000 H. Peter Anvin This program is provided under the terms of the GNU General Public License, version 2 or, at your option, any later version. There is no @@ -50,7 +50,7 @@ it, then execute the DOS command: or the Linux command: - syslinux [-s] /dev/fd0 + syslinux [-s] [-o offset] /dev/fd0 (or, again, whichever device is the correct one.) @@ -64,6 +64,9 @@ which the -s option is required to make it boot reliably, please send as much info about your machine as you can, and include the failure mode. +The -o option is used with a disk image file and specifies the byte +offset of the filesystem image in the file. + WARNING: There seems to be a bug in some recent experimental Linux kernels that causes floppy disk corruption when using the Linux syslinux installer. This bug exists in kernels @@ -251,8 +254,9 @@ boot floppy and look for additional drivers in a predetermined location. To bzImage and recent zImage kernels, SYSLINUX 1.30 and higher will -identify using the ID byte 0x31. The ID range 0x32-0x3f is reserved -for future versions of SYSLINUX. +identify using the ID byte 0x31. PXELINUX identifies using the ID +byte 0x32. The ID range 0x33-0x3f is reserved for future versions of +SYSLINUX. ++++ DISPLAY FILE FORMAT ++++ @@ -467,6 +471,9 @@ disk by running the command: Then use the FDISK command to mark the appropriate partition active. +A simple MBR, roughly on par with the one installed by DOS (but +unencumbered), is included in the SYSLINUX distribution + ++++ KNOWN BUGS ++++ |