mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
$NetBSD: patch-ac,v 1.6 2013/12/08 00:35:28 jakllsch Exp $
|
|
|
|
--- memtest.lds.orig 2013-08-10 02:01:58.000000000 +0000
|
|
+++ memtest.lds
|
|
@@ -3,9 +3,7 @@ OUTPUT_ARCH(i386);
|
|
|
|
ENTRY(_start);
|
|
SECTIONS {
|
|
- . = 0x10000;
|
|
- _start = . ;
|
|
- .data : {
|
|
- *(.data)
|
|
+ .text 0x100000 : {
|
|
+ *(.*)
|
|
}
|
|
}
|