From 525af3c6b287dd945d8b6db201da8b57ede7b253 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 10 Mar 2006 14:10:11 +0000 Subject: [PATCH] controller variable is no longer sensible set default label to BIG --- boot/boot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.44.0