summaryrefslogtreecommitdiff
path: root/syslinux.doc
diff options
context:
space:
mode:
authorhpa <hpa>2001-04-05 06:20:43 +0000
committerhpa <hpa>2001-04-05 06:20:43 +0000
commit5dd1d77145d8ea423af32fcf4f2bda924495f17c (patch)
tree0445abe2424f234ce2febab676debefcf4cf6206 /syslinux.doc
parentaf5247f80499e9ff51c7f0f3e089552930adc1ca (diff)
downloadsyslinux-5dd1d77145d8ea423af32fcf4f2bda924495f17c.tar.gz
The great graphics merge! We're now officially working on version 1.60.
Diffstat (limited to 'syslinux.doc')
-rw-r--r--syslinux.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc
index a886f082..bee604ff 100644
--- a/syslinux.doc
+++ b/syslinux.doc
@@ -319,6 +319,25 @@ are interpreted:
Colors are not visible over the serial console.
+<CAN>filename<newline> <CAN> = <Ctrl-X> = ASCII 24
+ If a VGA display is present, enter graphics mode and display
+ the graphic included in the specified file. The file format
+ is an ad hoc format called LSS16; the included Perl program
+ "ppmtolss16" can be used to produce these images. This Perl
+ program also includes the file format specification.
+
+ The image is displayed in 640x480 16-color mode. Once in
+ graphics mode, the display attributes (set by <SI> code
+ sequences) work slightly differently: the background color is
+ ignored, and the foreground colors are the 16 colors specified
+ in the image file. For that reason, ppmtolss16 allows you to
+ specify that certain colors should be assigned to specific
+ color indicies.
+
+ Color indicies 0 and 7, in particular, should be chosen with
+ care: 0 is the background color, and 7 is the color used for
+ the text printed by SYSLINUX itself.
+
<SUB> <SUB> = <Ctrl-Z> = ASCII 26
End of file (DOS convention).