summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-02-20 02:50:51 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-02-20 02:50:51 +0000
commit3a8d3206079d8f024bcaca6b614d579c25347c78 (patch)
tree30a6f8461e4643f9f4bb26b9a3b829c80de0928a
parent4fec288716425cf7530b34f09de1d7e1c45292b4 (diff)
Sync. w/ NetBSD:
- Make a message more verbose for folks who try to boot in 24-bit mode.
-rw-r--r--sys/arch/mac68k/mac68k/pmap_bootstrap.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c
index 299b1c9a1f4..06b81922821 100644
--- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c
+++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_bootstrap.c,v 1.17 1995/10/02 09:41:06 briggs Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.18 1996/02/10 23:12:46 briggs Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -170,7 +170,10 @@ pmap_bootstrap(nextpa, firstpa)
if (nextpa > high[0]) {
printf("Failure in BSD boot. nextpa=0x%x, high[0]=0x%x.\n",
nextpa, high[0]);
- panic("You're hosed!\n");
+ printf("You're hosed! Try booting with 32-bit addressing ");
+ printf("enabled in the memory control panel.\n");
+ printf("Older machines may need Mode32 to get that option.\n");
+ panic("Cannot work with the current memory mappings.\n");
}
/*