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/bootxx/bootxx_msdos Clamp FAT partition ...



details:   https://anonhg.NetBSD.org/src/rev/62d754561055
branches:  trunk
changeset: 848243:62d754561055
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jan 22 06:13:18 2020 +0000

description:
Clamp FAT partition size to 32 bit byte offsets to make the code small
enough to fit.

diffstat:

 sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 68cbf6f25034 -r 62d754561055 sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile
--- a/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile  Wed Jan 22 06:11:28 2020 +0000
+++ b/sys/arch/i386/stand/bootxx/bootxx_msdos/Makefile  Wed Jan 22 06:13:18 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:48 christos Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/22 06:13:18 martin Exp $
 
 PROG=  bootxx_msdos
 FS=    dosfs
-CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR
+CPPFLAGS=-DBOOT_FROM_FAT -DTERSE_ERROR -DSA_DOSFS_NO_BIG_PART_SUPPORT
 
 .include <../Makefile.bootxx>



Home | Main Index | Thread Index | Old Index