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.
This commit is contained in:
parent
8f16a95caf
commit
3d092e0f6e
|
@ -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${.CURDIR}/../common
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue