Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/dosboot Enable "old partition ID" compat...
details: https://anonhg.NetBSD.org/src/rev/d80984dcab11
branches: trunk
changeset: 494409:d80984dcab11
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu Jul 06 03:39:53 2000 +0000
description:
Enable "old partition ID" compatibility by default, just as in biosboot.
diffstat:
sys/arch/i386/stand/dosboot/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r bd2f31fc3bd0 -r d80984dcab11 sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile Thu Jul 06 03:37:26 2000 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile Thu Jul 06 03:39:53 2000 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index