Home | History | Annotate | Download | only in ld-metag
      1 
      2 	.text
      3 	.global __start
      4 __start:
      5 	CALLR D1RtP,_far
      6 
      7 	.section .text.pad,"ax"
      8 	.space 0x200000
      9 
     10 	.section .text.far,"ax"
     11 	.global _far
     12 _far:
     13 	NOP
     14