diff options
author | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
commit | 4153b9005c460e02d36c457367a045444812bb97 (patch) | |
tree | d6f41a24f4f58d0c85725f61aea0e5deba6d21cd /core/init.c | |
parent | 12eafad11c9c68c979309087d71f1c76e3f1c4b9 (diff) | |
parent | 16aa878d78086e9bc1c1f1053dc24da295f81e05 (diff) | |
download | syslinux-5.10-pre1.tar.gz |
Merge branch 'lwip-merge' into elflinksyslinux-5.10-pre1
Diffstat (limited to 'core/init.c')
-rw-r--r-- | core/init.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/init.c b/core/init.c index ab2e271d..85bab775 100644 --- a/core/init.c +++ b/core/init.c @@ -77,6 +77,14 @@ void init(com32sys_t *regs __unused) adjust_screen(); + /* Init the memory subsystem */ + mem_init(); + /* CPU-dependent initialization and related checks. */ check_escapes(); + + /* + * Scan the DMI tables for interesting information. + */ + dmi_init(); } |