cp/drivers: a very rough implementation of spool device channel emulation
[hvf.git] / installer / linker.script
blobcd07fd608d164c713f96071695317882a107cfce
1 SECTIONS
3   ENTRY(MAIN)
4   . = 0x100000;
5   .text : { *(.text) }
6   .data : { *(.data) }
7   .rodata : { *(.rodata) }
8   .rodata.str1.2 : { *(.rodata.str1.2) }
9   .bss : { *(.bss) }