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 Bump size.
details: https://anonhg.NetBSD.org/src/rev/fd035f428d15
branches: trunk
changeset: 967842:fd035f428d15
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 23 19:28:04 2019 +0000
description:
Bump size.
diffstat:
sys/arch/ews4800mips/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bdc573421adc -r fd035f428d15 sys/arch/ews4800mips/stand/boot/Makefile
--- a/sys/arch/ews4800mips/stand/boot/Makefile Mon Dec 23 19:22:46 2019 +0000
+++ b/sys/arch/ews4800mips/stand/boot/Makefile Mon Dec 23 19:28:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/01/01 19:41:04 christos Exp $
+# $NetBSD: Makefile,v 1.24 2019/12/23 19:28:04 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 + 32 * 1024'
+BINKERNEL_SIZE = 2143232 # '2 * 1024 * 1024 + 45 * 1024'
BINKERNEL_O = binkernel.o
BINKERNEL_DUMMY_O= binkernel_dummy.o
Home |
Main Index |
Thread Index |
Old Index