Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/macppc/include Pull up revision 1.6 (requested...



details:   https://anonhg.NetBSD.org/src/rev/2a8ff38d8ff3
branches:  netbsd-1-4
changeset: 469613:2a8ff38d8ff3
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 22:52:20 1999 +0000

description:
Pull up revision 1.6 (requested by tsubai):
  Move kernel segment base to 0xf00000, some Power Macintosh 9500s
  won't boot witht he old value.

diffstat:

 sys/arch/macppc/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2206bc100a38 -r 2a8ff38d8ff3 sys/arch/macppc/include/param.h
--- a/sys/arch/macppc/include/param.h   Wed Oct 20 22:49:59 1999 +0000
+++ b/sys/arch/macppc/include/param.h   Wed Oct 20 22:52:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.4.2.1 1999/10/20 22:49:59 he Exp $ */
+/*     $NetBSD: param.h,v 1.4.2.2 1999/10/20 22:52:20 he Exp $ */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -128,7 +128,7 @@
  */
 #define        USER_SR         13
 #define        KERNEL_SR       14
-#define        KERNEL_SEGMENT  (0xfffff0 + KERNEL_SR)
+#define        KERNEL_SEGMENT  (0xf00000 + KERNEL_SR)
 #define        EMPTY_SEGMENT   0xfffff0
 #define        USER_ADDR       ((void *)(USER_SR << ADDR_SR_SHFT))
 



Home | Main Index | Thread Index | Old Index