revert between 56095 -> 55830 in arch
[AROS.git] / arch / .unmaintained / m68k-pp-native / build-rom / linkerscript
blob975b9ee68d4720cba2fbcd987aba69b1082f5fc2
1 MEMORY 
3   rom (rx)  : org = 0x10c00000 , l = 1M
6 SECTIONS 
8   entrycodes 0x10c00000       : { *(entrycodes)        } >rom =0x0000
9   entrycodes_bigrom 0x10c03000: { *(entrycodes_bigrom) } >rom =0x0000
10   .text 0x10c03200            : { *(.text)             } >rom =0x0000
11   .bss                        : { *(.bss)              } >rom =0x0000
12   .data                       : { *(.data)             } >rom =0x0000
13   .rodata                     : { *(.rodata)           } >rom =0x0000
14   romdisk                    :  { *(romdisk)           } >rom =0x0000