From: Ben Gras Date: Fri, 10 Mar 2006 14:10:11 +0000 (+0000) Subject: controller variable is no longer sensible X-Git-Tag: v3.1.2a~267 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch02.html?a=commitdiff_plain;h=525af3c6b287dd945d8b6db201da8b57ede7b253;p=minix.git controller variable is no longer sensible set default label to BIG --- diff --git a/boot/boot.c b/boot/boot.c index 379db639c..431d20882 100755 --- a/boot/boot.c +++ b/boot/boot.c @@ -878,8 +878,7 @@ void get_parameters(void) 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"); + b_setvar(E_SPECIAL|E_VAR, "label", "BIG"); #endif #if DOS