PERFORCE change 65963 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Nov 27 20:10:20 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=65963

Change 65963 by marcel at marcel_nfs on 2004/11/28 04:09:25

	Link the kernel at 0xbffc000000000000. This particular address
	because it's the lowest address above the virtual address gap
	when only 51 virtual address bits are implemented.

Affected files ...

.. //depot/projects/ia64/sys/conf/ldscript.ia64#12 edit

Differences ...

==== //depot/projects/ia64/sys/conf/ldscript.ia64#12 (text+ko) ====

@@ -3,7 +3,7 @@
 OUTPUT_ARCH(ia64)
 ENTRY(__start)
 SEARCH_DIR(/usr/lib);
-kernel_text = 0xe000000004000000;
+kernel_text = 0xbffc000000000000;
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */


More information about the p4-projects mailing list