Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/stand/dosboot Pullup revv 1.14, approved ...



details:   https://anonhg.NetBSD.org/src/rev/40925ab5cb5e
branches:  netbsd-1-5
changeset: 488446:40925ab5cb5e
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jul 06 15:32:16 2000 +0000

description:
Pullup revv 1.14, approved by thorpej:

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 e8a47e8af13a -r 40925ab5cb5e sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile      Thu Jul 06 14:14:14 2000 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile      Thu Jul 06 15:32:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 1999/04/14 11:53:44 drochner Exp $
+#      $NetBSD: Makefile,v 1.13.14.1 2000/07/06 15:32:16 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