summaryrefslogtreecommitdiff
path: root/memdisk
diff options
context:
space:
mode:
Diffstat (limited to 'memdisk')
-rw-r--r--memdisk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/setup.c b/memdisk/setup.c
index de1433a2..623c9cd0 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));
}