pkgsrc/sysutils/memtestplus/patches/patch-ac
smb 038a629f32 Several fixes:
a) 'make install' was broken if option memtestplus-iso was
	   specified
	b) patch-ac wouldn't pass pkglint
	c) correct document for the BadRAM link
	d) add compilation support for 64-bit i386 ports
2007-01-06 22:26:55 +00:00

13 lines
271 B
Text

$NetBSD: patch-ac,v 1.2 2007/01/06 22:26:55 smb Exp $
--- memtest.lds.orig 2005-09-11 20:17:15.000000000 +0200
+++ memtest.lds
@@ -3,7 +3,7 @@ OUTPUT_ARCH(i386);
ENTRY(_start);
SECTIONS {
- . = 0x10000;
+ . = 0x80000;
_start = . ;
.data : {
*(.data)