From ef077116b19e4d432505f75d8fa643a34d033327 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 13 Mar 2006 08:46:33 +0000 Subject: [PATCH] Don't set any labels. --- boot/boot.c | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.44.0