Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/stand/boot The booter contains a kernel...
details: https://anonhg.NetBSD.org/src/rev/0ba1623802f1
branches: trunk
changeset: 347877:0ba1623802f1
user: christos <christos%NetBSD.org@localhost>
date: Tue Sep 20 20:56:57 2016 +0000
description:
The booter contains a kernel which contains a ramdisk. The kernel grew
and does not fit in the booter anymore, grow it a bit.
diffstat:
sys/arch/ews4800mips/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b1f05f7da77d -r 0ba1623802f1 sys/arch/ews4800mips/stand/boot/Makefile
--- a/sys/arch/ews4800mips/stand/boot/Makefile Tue Sep 20 20:55:54 2016 +0000
+++ b/sys/arch/ews4800mips/stand/boot/Makefile Tue Sep 20 20:56:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/09/08 14:42:33 christos Exp $
+# $NetBSD: Makefile,v 1.21 2016/09/20 20:56:57 christos Exp $
WARNS ?= 1
NOMAN =
@@ -38,7 +38,7 @@
#SRCS += floppy_2hc.c
SRCS += console.c cons_rom.c cons_fb.c cons_zskbd.c cons_zs.c
BINKERNEL_C = ${COMMON}/binkernel.c
-BINKERNEL_SIZE = '2 * 1024 * 1024'
+BINKERNEL_SIZE = '2 * 1024 * 1024 + 32 * 1024'
BINKERNEL_O = binkernel.o
BINKERNEL_DUMMY_O= binkernel_dummy.o
Home |
Main Index |
Thread Index |
Old Index