PERFORCE change 28350 for review

Peter Wemm peter at FreeBSD.org
Sun Apr 6 12:29:56 PDT 2003


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

Change 28350 by peter at peter_overcee on 2003/04/06 12:29:34

	set this correctly now

Affected files ...

.. //depot/projects/hammer/sys/conf/ldscript.x86_64#3 edit

Differences ...

==== //depot/projects/hammer/sys/conf/ldscript.x86_64#3 (text+ko) ====

@@ -6,7 +6,7 @@
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */
-  . = 0x400000 + SIZEOF_HEADERS;
+  . = kernbase + 0x00100000 + SIZEOF_HEADERS;
   .interp         : { *(.interp) }
   .hash           : { *(.hash) }
   .dynsym         : { *(.dynsym) }


More information about the p4-projects mailing list