Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/stand/romboot change max kernel size from 3...



details:   https://anonhg.NetBSD.org/src/rev/024c8e4823e4
branches:  trunk
changeset: 520129:024c8e4823e4
user:      shin <shin%NetBSD.org@localhost>
date:      Thu Jan 03 11:23:29 2002 +0000

description:
change max kernel size from 3MB to 6MB.

diffstat:

 sys/arch/hpcmips/stand/romboot/romboot.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6808ef2762f -r 024c8e4823e4 sys/arch/hpcmips/stand/romboot/romboot.S
--- a/sys/arch/hpcmips/stand/romboot/romboot.S  Thu Jan 03 11:22:17 2002 +0000
+++ b/sys/arch/hpcmips/stand/romboot/romboot.S  Thu Jan 03 11:23:29 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: romboot.S,v 1.2 2002/01/03 11:22:17 shin Exp $ */
+/*     $NetBSD: romboot.S,v 1.3 2002/01/03 11:23:29 shin Exp $ */
 
 /*-
  * Copyright (c) 2001 Takao Shinohara.
@@ -81,7 +81,7 @@
        subu    t0, t1                  # t0 = size of boot loader
        addu    a0, t0                  # a0 = kernel address in ROM
        li      a1, KERNEL_LOADADDR
-       li      t2, (1024*1024*3)       # max kernel size = 3MB - boot
+       li      t2, (1024*1024*6)       # max kernel size = 6MB - boot
        subu    t2, t0
        addu    t2, a1                  # kernel end address
        or      a1, MIPS_KSEG1_START    # convert to kseg1 addr



Home | Main Index | Thread Index | Old Index