1 /* $NetBSD: kern.ldscript.Xen,v 1.2 2006/12/02 04:49:38 christos Exp $ */
3 OUTPUT_FORMAT("elf32-i386", "elf32-i386",
8 /* Read-only sections, merged into text segment: */
24 /* Adjust the address for the data segment. We want to adjust up to
25 the same address within the page on the next page up. */
26 . = ALIGN(0x1000) + (. & (0x1000 - 1));
48 KEEP(*(.note.netbsd.ident));