btinfo_residual
struct btinfo_residual *resinfo;
(struct btinfo_residual *)lookup_bootinfo(BTINFO_RESIDUAL);
btinfo_residual.addr = (void *)&residual;
btinfo_residual.addr = 0;
memcpy(p, (void *)&btinfo_residual, sizeof(btinfo_residual));
p += sizeof(btinfo_residual);
struct btinfo_residual btinfo_residual;
btinfo_residual.common.next = sizeof(btinfo_residual);
btinfo_residual.common.type = BTINFO_RESIDUAL;