From 8c14d0dd811aaef1445bdbdc4a91bceebd5e08f2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 02:41:22 +0000 Subject: (bootdevice): Initialize to hard-coded `sd0a' instead of DEFAULT_BOOTDEVICE. --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/boot.c') diff --git a/boot/boot.c b/boot/boot.c index e2e6ef83..b93879c2 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -76,7 +76,7 @@ void init_termstate (); char *fsname; char *bootstrap_args; -char *bootdevice = DEFAULT_BOOTDEVICE; +char *bootdevice = "sd0a"; /* We can't include for this, because that will fight witho our definitions of syscalls below. */ -- cgit v1.2.3