This commit is contained in:
parent
f8d364b2a7
commit
6b724cde40
@ -1,4 +1,4 @@
|
|||||||
gfxboot is now loaded via a COM module. If you used a line like
|
gfxboot is now loaded via a COM32 module. If you used a line like
|
||||||
|
|
||||||
gfxboot bootlogo
|
gfxboot bootlogo
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ before in isolinux.cfg or syslinux.cfg, change this to
|
|||||||
|
|
||||||
ui gfxboot bootlogo
|
ui gfxboot bootlogo
|
||||||
|
|
||||||
and add /usr/share/syslinux/gfxboot.com to your boot directory (the one
|
and add /usr/share/syslinux/gfxboot.c32 to your boot directory (the one
|
||||||
where the config file is).
|
where the config file is).
|
||||||
|
|
||||||
You can also use
|
You can also use
|
||||||
|
@ -30,7 +30,7 @@ index 65d71c9..2302536 100644
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
;
|
;
|
||||||
+; "gfxboot" command; Shorthand for "ui gfxboot.com"
|
+; "gfxboot" command; Shorthand for "ui gfxboot.c32"
|
||||||
+;
|
+;
|
||||||
+pc_gfxboot:
|
+pc_gfxboot:
|
||||||
+ mov ax,2
|
+ mov ax,2
|
||||||
@ -51,7 +51,7 @@ index 65d71c9..2302536 100644
|
|||||||
section .data
|
section .data
|
||||||
vk_overflow_msg db 'Out of memory parsing config file', CR, LF, 0
|
vk_overflow_msg db 'Out of memory parsing config file', CR, LF, 0
|
||||||
SerialNotice db 1 ; Only print this once
|
SerialNotice db 1 ; Only print this once
|
||||||
+gfxboot_cmd db 'gfxboot.com ', 0
|
+gfxboot_cmd db 'gfxboot.c32 ', 0
|
||||||
|
|
||||||
section .bss
|
section .bss
|
||||||
alignb 4
|
alignb 4
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 27 17:33:10 CEST 2010 - snwint@suse.de
|
||||||
|
|
||||||
|
- drop obsolete gfxboot.com
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 15:41:01 CEST 2010 - snwint@suse.de
|
Mon Apr 19 15:41:01 CEST 2010 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ Authors:
|
|||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
chmod +x core/add_crc
|
chmod +x core/add_crc
|
||||||
|
rm -f modules/gfxboot.com
|
||||||
make spotless
|
make spotless
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user