summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-06-26 22:57:16 +0000
committerjhb <jhb@FreeBSD.org>2000-06-26 22:57:16 +0000
commitcf55ba84f46ddbf3fb7385a1233f26cb39a26fb8 (patch)
tree7af96285f3951d290a44f76ea98166f4aafdc194 /sys/boot/i386/gptboot
parentbedabe82c4b4ede881dd7032ec9d84c5aad25c5d (diff)
downloadFreeBSD-src-cf55ba84f46ddbf3fb7385a1233f26cb39a26fb8.zip
FreeBSD-src-cf55ba84f46ddbf3fb7385a1233f26cb39a26fb8.tar.gz
Add in support for EDD to support large disks via LBA. This uses a
method similar to that of the loader to avoid potentially breaking older drives in that we only use EDD if the desired cylinder is > 1023.
Diffstat (limited to 'sys/boot/i386/gptboot')
-rw-r--r--sys/boot/i386/gptboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 0ccf65d..35e7d89 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -10,7 +10,7 @@ CLEANFILES+= boot1 boot1.out boot1.o \
sio.o
# A value of 0x80 enables LBA support.
-B1FLAGS= 0
+B1FLAGS= 0x80
BOOT_COMCONSOLE_PORT?= 0x3f8
BOOT_COMCONSOLE_SPEED?= 9600
OpenPOWER on IntegriCloud