Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/libsa sysinst is 15*2 sect/cyl (fdXc), n...
details: https://anonhg.NetBSD.org/src/rev/f9dcd0e01582
branches: trunk
changeset: 339492:f9dcd0e01582
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Jul 25 06:58:37 2015 +0000
description:
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.
diffstat:
sys/arch/x68k/stand/libsa/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f755c4759662 -r f9dcd0e01582 sys/arch/x68k/stand/libsa/Makefile
--- a/sys/arch/x68k/stand/libsa/Makefile Sat Jul 25 06:24:53 2015 +0000
+++ b/sys/arch/x68k/stand/libsa/Makefile Sat Jul 25 06:58:37 2015 +0000
@@ -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+= -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
Home |
Main Index |
Thread Index |
Old Index