Module Name: src
Committed By: christos
Date: Tue Sep 20 20:56:57 UTC 2016
Modified Files:
src/sys/arch/ews4800mips/stand/boot: Makefile
Log Message:
The booter contains a kernel which contains a ramdisk. The kernel grew
and does not fit in the booter anymore, grow it a bit.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/ews4800mips/stand/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ews4800mips/stand/boot/Makefile
diff -u src/sys/arch/ews4800mips/stand/boot/Makefile:1.20 src/sys/arch/ews4800mips/stand/boot/Makefile:1.21
--- src/sys/arch/ews4800mips/stand/boot/Makefile:1.20 Thu Sep 8 10:42:33 2016
+++ src/sys/arch/ews4800mips/stand/boot/Makefile Tue Sep 20 16:56:57 2016
@@ -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 += boot_device.c floppy_2d.c flopp
#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