diff options
author | hpa <hpa> | 2001-04-09 03:09:14 +0000 |
---|---|---|
committer | hpa <hpa> | 2001-04-09 03:09:14 +0000 |
commit | b5274e00b8f4a74a5827e519e943d8c0594e7d82 (patch) | |
tree | f3589f65645edfcd2727d7465356f04989e8866b /syslinux.doc | |
parent | 010809e6fa0dba5e3b3c20c1b4647f651f3be10d (diff) | |
download | syslinux-b5274e00b8f4a74a5827e519e943d8c0594e7d82.tar.gz |
More bug fixes, including the handling of VidRows/VidCols in graphics mode.
Still directory search problems in isolinux...
Diffstat (limited to 'syslinux.doc')
-rw-r--r-- | syslinux.doc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc index 6046a46a..18b505af 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -176,6 +176,13 @@ LABEL label UNDI or PXE stacks are, don't worry -- you don't want them, just specify 0. + On ISOLINUX, the "type" specifies the local drive number to + boot from; 0x00 is the primary floppy drive and 0x80 is the + primary hard drive. The special value -1 causes ISOLINUX to + report failure to the BIOS, which, on recent BIOSes, should + mean that the next boot device in the boot sequence should be + activated. + IMPLICIT flag_val If flag_val is 0, do not load a kernel image unless it has been explicitly named in a LABEL statement. The default is 1. |