Boot monitor default changes to new boot controller usage
This commit is contained in:
parent
6ad5067f49
commit
0d7769920c
1 changed files with 7 additions and 0 deletions
|
@ -869,8 +869,15 @@ void get_parameters(void)
|
|||
strcat(params, ul2a(mp->size, 0x10));
|
||||
}
|
||||
b_setvar(E_SPECIAL|E_VAR, "memory", params);
|
||||
|
||||
#if 0
|
||||
b_setvar(E_SPECIAL|E_VAR, "c0",
|
||||
DOS ? "dosfile" : get_bus() == 1 ? "at" : "bios");
|
||||
#else
|
||||
b_setvar(E_SPECIAL|E_VAR, "label", "AT");
|
||||
b_setvar(E_SPECIAL|E_VAR, "controller", "c0");
|
||||
#endif
|
||||
|
||||
#if DOS
|
||||
b_setvar(E_SPECIAL|E_VAR, "dosfile-d0", vdisk);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue