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

/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S77 * startup label _start will be executed at address PBOOT_ADDR (0x7C00), but
83 #define PBOOT_ADDR 0x7C00 define
119 _start: /* _start is loaded at PBOOT_ADDR */
130 mov si, PBOOT_ADDR
145 /* running at PBOOT_ADDR, jump to RELOC_ADDR-rel addr */
146 jmp (new_home - PBOOT_ADDR + RELOC_ADDR)
317 mov bx, PBOOT_ADDR
372 .long PBOOT_ADDR

Completed in 56 milliseconds