Minimal initramfs support (based on Al Viro's work).
[linux-flexiantxendom0-3.2.10.git] / arch / i386 / vmlinux.lds.S
index 99301e9..5d6f29d 100644 (file)
@@ -77,6 +77,10 @@ SECTIONS
        *(.initcall7.init)
   }
   __initcall_end = .;
+  . = ALIGN(4096);
+  __initramfs_start = .;
+  .init.ramfs : { *(.init.initramfs) }
+  __initramfs_end = .;
   . = ALIGN(32);
   __per_cpu_start = .;
   .data.percpu  : { *(.data.percpu) }