Home | History | Annotate | Download | only in ld-i386
      1 SEGMENT_SIZE = 0x10000
      2 RVECTOR = 0x00010
      3 .code16
      4  .globl _start
      5 _start:
      6  jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)
      7