[syslinux:master] gfxboot: turn off graphics before starting kernel

syslinux-bot for Steffen Winterfeldt wfeldt at opensuse.org
Sun Apr 25 07:39:25 PDT 2010


Commit-ID:  1427c43754590ecacb1d1379003aadb9ec9aa7b6
Gitweb:     http://syslinux.zytor.com/commit/1427c43754590ecacb1d1379003aadb9ec9aa7b6
Author:     Steffen Winterfeldt <wfeldt at opensuse.org>
AuthorDate: Tue, 13 Apr 2010 17:42:44 +0200
Committer:  Sebastian Herbszt <herbszt at gmx.de>
CommitDate: Sat, 24 Apr 2010 21:58:21 +0200

gfxboot: turn off graphics before starting kernel

Signed-off-by: Steffen Winterfeldt <wfeldt at opensuse.org>
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>


---
 com32/gfxboot/gfxboot.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c
index daf0056..96aadd8 100644
--- a/com32/gfxboot/gfxboot.c
+++ b/com32/gfxboot/gfxboot.c
@@ -848,6 +848,8 @@ void boot_entry(menu_t *menu_ptr, char *arg)
 
   __farcall(gfx.code_seg, gfx.jmp_table[GFX_CB_PROGRESS_DONE], &r, &r);
 
+  gfx_done();
+
   syslinux_boot_linux(kernel, kernel_size, initrd, arg);
 }
 



More information about the Syslinux-commits mailing list