Module Name: src
Committed By: isaki
Date: Sat Jul 25 06:58:37 UTC 2015
Modified Files:
src/sys/arch/x68k/stand/libsa: Makefile
Log Message:
sysinst is 15*2 sect/cyl (fdXc), not 8*2 sect/cyl (it's fdXa,
DOS compatible). It makes the loading of sysinst a bit faster.
Pointed out by Yosuke Sugahara.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x68k/stand/libsa/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/x68k/stand/libsa/Makefile
diff -u src/sys/arch/x68k/stand/libsa/Makefile:1.29 src/sys/arch/x68k/stand/libsa/Makefile:1.30
--- src/sys/arch/x68k/stand/libsa/Makefile:1.29 Fri Oct 12 20:15:52 2012
+++ src/sys/arch/x68k/stand/libsa/Makefile Sat Jul 25 06:58:37 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/12 20:15:52 tsutsui Exp $
+# $NetBSD: Makefile,v 1.30 2015/07/25 06:58:37 isaki Exp $
S= ${.CURDIR}/../../../..
@@ -9,7 +9,7 @@ CPPFLAGS+= -I${.CURDIR}/../libiocs -I${.
CPPFLAGS+= -D_STANDALONE
CPPFLAGS+= -DHEAP_VARIABLE
CPPFLAGS+= -DHAVE_CHANGEDISK_HOOK
-CPPFLAGS+= -DUSTAR_SECT_PER_CYL=16
+CPPFLAGS+= -DUSTAR_SECT_PER_CYL=30
CPPFLAGS+= -DLIBSA_ENABLE_LS_OP
CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP
#CPPFLAGS+= -DDEBUG