From: Ben Gras Date: Mon, 13 Mar 2006 08:46:33 +0000 (+0000) Subject: Don't set any labels. X-Git-Tag: v3.1.2a~255 X-Git-Url: http://zhaoyanbai.com/repos/man.named-checkconf.html?a=commitdiff_plain;h=ef077116b19e4d432505f75d8fa643a34d033327;p=minix.git Don't set any labels. --- diff --git a/boot/boot.c b/boot/boot.c index 431d20882..284e32cd8 100755 --- a/boot/boot.c +++ b/boot/boot.c @@ -874,13 +874,6 @@ void get_parameters(void) } 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", "BIG"); -#endif - #if DOS b_setvar(E_SPECIAL|E_VAR, "dosfile-d0", vdisk); #endif