Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/stand/dosboot Pull up revision 1.14 (requ...



details:   https://anonhg.NetBSD.org/src/rev/63d074fbaf4a
branches:  netbsd-1-4
changeset: 470742:63d074fbaf4a
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 06 10:40:34 2000 +0000

description:
Pull up revision 1.14 (requested by jhawk):
  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 a98c9338b232 -r 63d074fbaf4a sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile      Wed Jul 05 22:44:07 2000 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile      Thu Jul 06 10:40:34 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 1999/02/13 02:54:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.11.2.1 2000/07/06 10:40:34 he 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