HomeSort by relevance Sort by last modified time
    Searched refs:BOOTSEC_LOCATION (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
start_eltorito.S 40 #define ABS(x) (x-_start+BOOTSEC_LOCATION)
builtins.c 299 chain_stage1 (0, BOOTSEC_LOCATION, boot_part_addr);
429 if (grub_read ((char *) BOOTSEC_LOCATION, SECTOR_SIZE) != SECTOR_SIZE)
444 && (*((unsigned short *) (BOOTSEC_LOCATION + BOOTSEC_SIG_OFFSET))
459 && ! grub_memcmp ((char *) BOOTSEC_LOCATION + BOOTSEC_BPB_SYSTEM_ID,
461 *((unsigned long *) (BOOTSEC_LOCATION + BOOTSEC_BPB_HIDDEN_SECTORS))
    [all...]
shared.h 175 #define BOOTSEC_LOCATION RAW_ADDR (0x7C00)
  /external/grub/grub/
asmstub.c 352 return BOOTSEC_LOCATION + (60 * 1024);

Completed in 46 milliseconds