Home
last modified time | relevance | path

Searched refs:BOOTSEC_LOCATION (Results 1 – 5 of 5) 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.c322 chain_stage1 (0, BOOTSEC_LOCATION, boot_part_addr); in boot_func()
463 if (grub_read ((char *) BOOTSEC_LOCATION, SECTOR_SIZE) != SECTOR_SIZE) in chainloader_func()
478 && (*((unsigned short *) (BOOTSEC_LOCATION + BOOTSEC_SIG_OFFSET)) in chainloader_func()
493 && ! grub_memcmp ((char *) BOOTSEC_LOCATION + BOOTSEC_BPB_SYSTEM_ID, in chainloader_func()
495 *((unsigned long *) (BOOTSEC_LOCATION + BOOTSEC_BPB_HIDDEN_SECTORS)) in chainloader_func()
H A Dshared.h194 #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); in get_code_end()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5331 BOOT_PART_TABLE instead of (BOOTSEC_LOCATION +
5455 Pass BOOT_PART_ADDR instead of (BOOTSEC_LOCATION - 16) as the
5463 CUR_PART_ADDR to PART_OFFSET and (BOOTSEC_LOCATION +