Thu Feb 27 09:13:20 2014 UTC ()
Increase the image size to 1600KB.


(isaki)
diff -r1.44 -r1.45 src/distrib/x68k/floppies/ramdisk/Makefile
diff -r1.102 -r1.103 src/sys/arch/x68k/conf/INSTALL

cvs diff -r1.44 -r1.45 src/distrib/x68k/floppies/ramdisk/Makefile (expand / switch to unified diff)

--- src/distrib/x68k/floppies/ramdisk/Makefile 2013/05/26 12:18:06 1.44
+++ src/distrib/x68k/floppies/ramdisk/Makefile 2014/02/27 09:13:20 1.45
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.44 2013/05/26 12:18:06 isaki Exp $ 1# $NetBSD: Makefile,v 1.45 2014/02/27 09:13:20 isaki Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6IMAGE= inst.fs 6IMAGE= inst.fs
7IMAGESIZE= 1500k 7IMAGESIZE= 1600k
8# `floppy-root' cannot be used now, due to size issue. 8# `floppy-root' cannot be used now, due to size issue.
9#IMAGE_RELEASEDIR= installation/floppy 9#IMAGE_RELEASEDIR= installation/floppy
10 10
11MAKEFS_FLAGS= -f 10 11MAKEFS_FLAGS= -f 10
12WARNS= 1 12WARNS= 1
13DBG= -Os 13DBG= -Os
14 14
15CRUNCHBIN= ramdiskbin 15CRUNCHBIN= ramdiskbin
16LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en 16LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en
17MTREECONF= ${DISTRIBDIR}/common/mtree.common 17MTREECONF= ${DISTRIBDIR}/common/mtree.common
18IMAGEENDIAN= be 18IMAGEENDIAN= be
19MAKEDEVTARGETS= ramdisk 19MAKEDEVTARGETS= ramdisk
20IMAGEDEPENDS+= ${CRUNCHBIN} \ 20IMAGEDEPENDS+= ${CRUNCHBIN} \

cvs diff -r1.102 -r1.103 src/sys/arch/x68k/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/x68k/conf/INSTALL 2013/06/30 21:38:59 1.102
+++ src/sys/arch/x68k/conf/INSTALL 2014/02/27 09:13:20 1.103
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: INSTALL,v 1.102 2013/06/30 21:38:59 rmind Exp $ 1# $NetBSD: INSTALL,v 1.103 2014/02/27 09:13:20 isaki Exp $
2 2
3# 3#
4# INSTALL -- installation kernel. 4# INSTALL -- installation kernel.
5# 5#
6 6
7include "arch/x68k/conf/std.x68k" 7include "arch/x68k/conf/std.x68k"
8 8
9#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
10 10
11#ident "INSTALL-$Revision: 1.102 $" 11#ident "INSTALL-$Revision: 1.103 $"
12 12
13makeoptions COPTS="-Os" # Optimise for space. Implies -O2 13makeoptions COPTS="-Os" # Optimise for space. Implies -O2
14 14
15maxusers 4 15maxusers 4
16 16
17## Enable the hooks used for initializing the memory-disk. 17## Enable the hooks used for initializing the memory-disk.
18options MEMORY_DISK_HOOKS 18options MEMORY_DISK_HOOKS
19options MEMORY_DISK_IS_ROOT # Force root on memory-disk 19options MEMORY_DISK_IS_ROOT # Force root on memory-disk
20options MEMORY_DISK_SERVER=0 # No user space hooks 20options MEMORY_DISK_SERVER=0 # No user space hooks
21options MEMORY_DISK_ROOT_SIZE=3000 21options MEMORY_DISK_ROOT_SIZE=3200
22options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 22options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
23 23
24## System kernel configuration. See options(4) for more detail. 24## System kernel configuration. See options(4) for more detail.
25 25
26 26
27## Options for variants of the m68k MPU 27## Options for variants of the m68k MPU
28## you must have at least the correct one; REQUIRED 28## you must have at least the correct one; REQUIRED
29options M68030 29options M68030
30options M68040 30options M68040
31options M68060 31options M68060
32## If you want an optimized kernel for a specific processor, use either: 32## If you want an optimized kernel for a specific processor, use either:
33#makeoptions CMACHFLAGS="-m68030" 33#makeoptions CMACHFLAGS="-m68030"
34#makeoptions CMACHFLAGS="-m68040 -Wa,-m68030 -Wa,-m68851" 34#makeoptions CMACHFLAGS="-m68040 -Wa,-m68030 -Wa,-m68851"