[syslinux:master] memdisk/setup: change option to mem

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Mar 2 15:12:36 PST 2011


Commit-ID:  3bf596b7900af8c07231f5d316cf15b303fffb7a
Gitweb:     http://syslinux.zytor.com/commit/3bf596b7900af8c07231f5d316cf15b303fffb7a
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 6 Feb 2011 22:04:58 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 6 Feb 2011 22:04:58 -0500

memdisk/setup: change option to mem



---
 memdisk/setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/memdisk/setup.c b/memdisk/setup.c
index de1433a..623c9cd 100644
--- a/memdisk/setup.c
+++ b/memdisk/setup.c
@@ -974,7 +974,7 @@ void setup(const struct real_mode_args *rm_args_ptr)
 	pptr->cd_pkt.geom3 = (uint8_t)(pptr->heads);
     }
 
-    if ((p = getcmditem("int15maxres")) != CMD_NOTFOUND) {
+    if ((p = getcmditem("mem")) != CMD_NOTFOUND) {
 	int15maxres(atou(p));
     }
 



More information about the Syslinux-commits mailing list