ldlinux: Reset the console whenever we execute a module
commit9f284ea6ad3215ab609b733424121fbfe7ab7edb
authorMatt Fleming <matt.fleming@intel.com>
Tue, 27 Nov 2012 15:01:12 +0000 (27 15:01 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 27 Nov 2012 15:59:54 +0000 (27 15:59 +0000)
tree673a78be9c5cffba903b4b60b7ddc73b4d01bd2e
parent75afaf55d70cda7a24533df124183f8624190438
ldlinux: Reset the console whenever we execute a module

Each module expects the console to start in text mode and will make
explicit calls to openconsole() when another console is required,
e.g. in vesamenu.c32. This mimics the behaviour found in 4.0x.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/config.h
com32/elflink/ldlinux/execute.c
com32/elflink/ldlinux/ldlinux.c