Searched defs:RELOC_ADDR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S78 * the text section must be set at address RELOC_ADDR (0x600). With GNU ld
84 #define RELOC_ADDR 0x600 define
131 mov di, RELOC_ADDR
145 /* running at PBOOT_ADDR, jump to RELOC_ADDR-rel addr */
146 jmp (new_home - PBOOT_ADDR + RELOC_ADDR)
176 mov bx, RELOC_ADDR + FDISK_START

Completed in 64 milliseconds