multiboot_header_t
multiboot_header_t *mbh;
for (m = 0; m < 8192 - sizeof (multiboot_header_t); m += 4) {
multiboot_header_t *mboot;
boundary = boundary - sizeof (multiboot_header_t);
mboot = (multiboot_header_t *)iter;
bblock->mboot = (multiboot_header_t *)(bblock->file + mboot_off);
multiboot_header_t *mboot;
mboot = (multiboot_header_t *)(mboot_scan + mboot_off);
bblock->mboot = (multiboot_header_t *)(bblock->buf + bblock->mboot_off);
multiboot_header_t *mboot;
bblock->mboot = (multiboot_header_t *)(bblock->file +
bblock->extra = (char *)bblock->mboot + sizeof (multiboot_header_t);
multiboot_header_t *mboot;
mboot = (multiboot_header_t *)(mboot_scan + mboot_off);
bblock->mboot = (multiboot_header_t *)(bblock->buf + bblock->mboot_off
bblock->extra = (char *)bblock->mboot + sizeof (multiboot_header_t);
- BBLK_DATA_RSVD_SIZE - sizeof (multiboot_header_t);
multiboot_header_t *mboot;
dest_bblock->mboot = (multiboot_header_t *)(dest_bblock->file +
sizeof (multiboot_header_t);
sizeof (multiboot_header_t);
multiboot_header_t *mboot;
multiboot_header_t *mboot;
mboot = (multiboot_header_t *)(mboot_scan + mboot_off);
stage2->mboot = (multiboot_header_t *)(stage2->buf + stage2->mboot_off);
stage2->mboot = (multiboot_header_t *)(stage2->file +
dest_stage2->mboot = (multiboot_header_t *)(dest_stage2->buf +
multiboot_header_t *mboot;
multiboot_header_t *mboot;
multiboot_header_t *mbh = 0;
for (i = 0; i < 8192 - sizeof (multiboot_header_t); i++)
mbh = (multiboot_header_t *) (buf + i);
mboot = (multiboot_header_t *)(buf + mboot_off);
multiboot_header_t *mboot;
multiboot_header_t *mbh;
for (mem = 0; mem < 8192 - sizeof (multiboot_header_t); mem += 4) {
if (mem >= 8192 - sizeof (multiboot_header_t)) {
extern multiboot_header_t mb_header;