Module Name: src
Committed By: jakllsch
Date: Wed Sep 21 18:15:59 UTC 2011
Modified Files:
src/sys/arch/i386/stand/mbr/gptmbr: Makefile
Log Message:
Set LOADADDR to 0x600, matches how gptmbr.bin is compiled upstream.
This should let this actually work.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/mbr/gptmbr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/mbr/gptmbr/Makefile
diff -u src/sys/arch/i386/stand/mbr/gptmbr/Makefile:1.2 src/sys/arch/i386/stand/mbr/gptmbr/Makefile:1.3
--- src/sys/arch/i386/stand/mbr/gptmbr/Makefile:1.2 Wed Aug 17 22:26:40 2011
+++ src/sys/arch/i386/stand/mbr/gptmbr/Makefile Wed Sep 21 18:15:59 2011
@@ -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