Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
memdisk/setup: change option to mem
  • Loading branch information
geneC committed Feb 7, 2011
1 parent 8bfabb6 commit 3bf596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memdisk/setup.c
Expand Up @@ -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));
}

Expand Down

0 comments on commit 3bf596b

Please sign in to comment.