summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode/rm/realmode.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/realmode/rm/realmode.lds.S')
-rw-r--r--arch/x86/realmode/rm/realmode.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/realmode/rm/realmode.lds.S b/arch/x86/realmode/rm/realmode.lds.S
index c5b8a4f31ba3f..91b83ea55c378 100644
--- a/arch/x86/realmode/rm/realmode.lds.S
+++ b/arch/x86/realmode/rm/realmode.lds.S
@@ -25,6 +25,10 @@ SECTIONS
.rodata : {
*(.rodata)
*(.rodata.*)
+ . = ALIGN(16);
+ video_cards = .;
+ *(.videocards)
+ video_cards_end = .;
}
. = ALIGN(PAGE_SIZE);