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/pmax/include pullup 1.1->1.2 (simonb)



details:   https://anonhg.NetBSD.org/src/rev/26a06df07bbf
branches:  netbsd-1-4
changeset: 468416:26a06df07bbf
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 22 14:47:59 1999 +0000

description:
pullup 1.1->1.2 (simonb)

diffstat:

 sys/arch/pmax/include/bootinfo.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 24240955401f -r 26a06df07bbf sys/arch/pmax/include/bootinfo.h
--- a/sys/arch/pmax/include/bootinfo.h  Thu Apr 22 14:46:13 1999 +0000
+++ b/sys/arch/pmax/include/bootinfo.h  Thu Apr 22 14:47:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.h,v 1.1 1999/03/23 22:53:02 simonb Exp $      */
+/*     $NetBSD: bootinfo.h,v 1.1.4.1 1999/04/22 14:47:59 perry Exp $   */
 
 /*
  * Copyright (c) 1997
@@ -33,13 +33,13 @@
  */
 
 #define BOOTINFO_MAGIC 0xb007babe
-#define BOOTINFO_SIZE  4096
+#define BOOTINFO_SIZE  1024
 
 /*
  * The bootinfo structure is at the end of the 64kB hole between
  * 0x80010000 to 0x8001ffff that neither NetBSD nor the PROM uses.
  */
-#define BOOTINFO_ADDR  0x8001f000      
+#define BOOTINFO_ADDR  0x8001fc00      
 
 struct btinfo_common {
        int next;               /* offset of next item, or zero */



Home | Main Index | Thread Index | Old Index