aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/id.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/id.lds')
-rw-r--r--src/arch/i386/lib/id.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/i386/lib/id.lds b/src/arch/i386/lib/id.lds
new file mode 100644
index 0000000000..ccdf7008f7
--- /dev/null
+++ b/src/arch/i386/lib/id.lds
@@ -0,0 +1,6 @@
+SECTIONS {
+ . = (_ROMBASE + ROM_IMAGE_SIZE - 0x10) - (__id_end - __id_start);
+ .id (.): {
+ *(.id)
+ }
+}