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/b06c07850d8a
branches:  trunk
changeset: 809634:b06c07850d8a
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 6e9d376bf594 -r b06c07850d8a 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