Fix apic build with kvm disabled
[qemu/qemu-dev-zwu.git] / kvm / test / x86 / realmode.lds
blobc7386b8e72c928aa0f39e4c4a0c7ca9b7b24e065
1 SECTIONS
3     . = 16K;
4     stext = .;
5     .text : { *(.init) *(.text) }
6     . = ALIGN(4K);
7     .data : { *(.data) *(.rodata*) }
8     . = ALIGN(16);
9     .bss : { *(.bss) }
10     edata = .;