From 5dd1d77145d8ea423af32fcf4f2bda924495f17c Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 5 Apr 2001 06:20:43 +0000 Subject: The great graphics merge! We're now officially working on version 1.60. --- syslinux.doc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'syslinux.doc') 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. +filename = = 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 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. + = = ASCII 26 End of file (DOS convention). -- cgit v1.2.1