Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/sgimips Bump up the volume header...
details: https://anonhg.NetBSD.org/src/rev/7a6f9dddf7a3
branches: trunk
changeset: 571197:7a6f9dddf7a3
user: sekiya <sekiya%NetBSD.org@localhost>
date: Sat Nov 13 11:49:08 2004 +0000
description:
Bump up the volume header size to four megabytes; now it's big enough to
contain a GENERIC kernel.
With this commit, NetBSD can now be successfully installed via sysinst on the
IP12 (Personal Iris / Indigo R3k) family of workstations.
diffstat:
distrib/utils/sysinst/arch/sgimips/md.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4e1c257a002e -r 7a6f9dddf7a3 distrib/utils/sysinst/arch/sgimips/md.h
--- a/distrib/utils/sysinst/arch/sgimips/md.h Sat Nov 13 10:27:14 2004 +0000
+++ b/distrib/utils/sysinst/arch/sgimips/md.h Sat Nov 13 11:49:08 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.19 2004/11/13 10:26:39 sekiya Exp $ */
+/* $NetBSD: md.h,v 1.20 2004/11/13 11:49:08 sekiya Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -50,7 +50,7 @@
#define PART_USR PART_E /* Can be after PART_FIRST_FREE */
#define PART_FIRST_FREE PART_F
-#define BOOT_SIZE MEG /* Size in bytes, rounded to cylinders later */
+#define BOOT_SIZE (4 * MEG) /* Enough for a GENERIC kernel */
#define DEFSWAPRAM 32 /* Assume at least this RAM for swap calc */
#define DEFROOTSIZE 64 /* Default root size */
Home |
Main Index |
Thread Index |
Old Index