summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbriggs <briggs@openbsd.org>1996-02-20 02:50:50 +0000
committerbriggs <briggs@openbsd.org>1996-02-20 02:50:50 +0000
commitfb7b9891166330358681c22a938d8f8eafd87df3 (patch)
treeeef65dfce0d4012ba14603578ab6eb725dec7318
parentSync. w/ NetBSD: (diff)
downloadwireguard-openbsd-fb7b9891166330358681c22a938d8f8eafd87df3.tar.xz
wireguard-openbsd-fb7b9891166330358681c22a938d8f8eafd87df3.zip
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");
}
/*