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/mbr/gptmbr Set LOADADDR to 0x600, matche...
details: https://anonhg.NetBSD.org/src/rev/2cc6b0f0943c
branches: trunk
changeset: 769753:2cc6b0f0943c
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Wed Sep 21 18:15:59 2011 +0000
description:
Set LOADADDR to 0x600, matches how gptmbr.bin is compiled upstream.
This should let this actually work.
diffstat:
sys/arch/i386/stand/mbr/gptmbr/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 05aaba98fc0d -r 2cc6b0f0943c sys/arch/i386/stand/mbr/gptmbr/Makefile
--- a/sys/arch/i386/stand/mbr/gptmbr/Makefile Wed Sep 21 18:10:25 2011 +0000
+++ b/sys/arch/i386/stand/mbr/gptmbr/Makefile Wed Sep 21 18:15:59 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/08/17 22:26:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/09/21 18:15:59 jakllsch Exp $
PROG= gptmbr.bin
SRCS= gptmbr.S
@@ -7,4 +7,4 @@
.include <../Makefile.mbr>
-LOADADDR= 0
+LOADADDR= 0x600
Home |
Main Index |
Thread Index |
Old Index