Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2004 04:10:18 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65963 for review
Message-ID:  <200411280410.iAS4AIpo072126@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65963

Change 65963 by marcel@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: */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411280410.iAS4AIpo072126>