Searched refs:BOOTSEC_LOCATION (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S40 #define ABS(x) (x-_start+BOOTSEC_LOCATION)
H A Dbuiltins.c320 chain_stage1 (0, BOOTSEC_LOCATION, boot_part_addr);
464 if (grub_read ((char *) BOOTSEC_LOCATION, SECTOR_SIZE) != SECTOR_SIZE)
479 && (*((unsigned short *) (BOOTSEC_LOCATION + BOOTSEC_SIG_OFFSET))
494 && ! grub_memcmp ((char *) BOOTSEC_LOCATION + BOOTSEC_BPB_SYSTEM_ID,
496 *((unsigned long *) (BOOTSEC_LOCATION + BOOTSEC_BPB_HIDDEN_SECTORS))
H A Dshared.h193 #define BOOTSEC_LOCATION RAW_ADDR (0x7C00) macro
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c357 return BOOTSEC_LOCATION + (60 * 1024);

Completed in 60 milliseconds