[syslinux:elflink] elflink: call load_env32() in diskstart.inc

syslinux-bot for Feng Tang feng.tang at intel.com
Thu Aug 12 21:03:12 PDT 2010


Commit-ID:  3d16f834aa7f77787af2d10d27988f80457cf6b2
Gitweb:     http://syslinux.zytor.com/commit/3d16f834aa7f77787af2d10d27988f80457cf6b2
Author:     Feng Tang <feng.tang at intel.com>
AuthorDate: Sun, 13 Jun 2010 14:43:10 +0800
Committer:  Feng Tang <feng.tang at intel.com>
CommitDate: Tue, 20 Jul 2010 11:10:03 +0800

elflink: call load_env32() in diskstart.inc

which will initialize the console system stdin/stdout/stderr,
otherwise there will be display problem


---
 core/diskstart.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/core/diskstart.inc b/core/diskstart.inc
index f249d7c..85be027 100644
--- a/core/diskstart.inc
+++ b/core/diskstart.inc
@@ -747,4 +747,5 @@ expand_super:
 		mov di,[bsSecPerTrack]
 		movzx ebp,word [MaxTransfer]
 		pm_call fs_init
+		pm_call load_env32
 		popad



More information about the Syslinux-commits mailing list