Enable "old partition ID" compatibility by default, just as in biosboot.
This commit is contained in:
parent
3268786888
commit
c4f2dfb0b9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 1999/04/14 11:53:44 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2000/07/06 03:39:53 jhawk Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../
|
||||
|
||||
|
@ -11,7 +11,8 @@ SRCS= main.c devopen.c exec.c
|
|||
|
||||
CLEANFILES+= ${DOSSTART} ${BASE}.sym
|
||||
|
||||
CPPFLAGS+= -DCOMPAT_OLDBOOT -DXMS
|
||||
CPPFLAGS+= -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART
|
||||
CPPFLAGS+= -DXMS
|
||||
#uncomment if there are problems with memory detection
|
||||
#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
|
||||
|
||||
|
|
Loading…
Reference in New Issue