MFi386: revision 1.12

This commit is contained in:
Yoshihiro Takahashi 2001-11-17 13:57:32 +00:00
parent 84909fb9f2
commit b9c5c179c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86496

View File

@ -15,6 +15,15 @@ BOOT_BTX_FLAGS=0x0
AFLAGS+= --defsym BTX_FLAGS=${BOOT_BTX_FLAGS}
AFLAGS+= --defsym PC98=1
.if defined(BTX_SERIAL)
BOOT_COMCONSOLE_PORT?= 0x238
BOOT_COMCONSOLE_SPEED?= 9600
B2SIOFMT?= 0x3
M4FLAGS+= -DBTX_SERIAL -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
-DSIOFMT=${B2SIOFMT} -DSIOSPD=${BOOT_COMCONSOLE_SPEED}
.endif
ORG= 0x9000
all: btx