multiboot_tag_framebuffer_t
multiboot_tag_framebuffer_t gfx_fb;
extern multiboot_tag_framebuffer_t gfx_fb;
multiboot_tag_framebuffer_t *tag;
extern multiboot_tag_framebuffer_t gfx_fb;
tag = (multiboot_tag_framebuffer_t *)mb_malloc(sizeof (*tag));
tag = (multiboot_tag_framebuffer_t *)mb_malloc(size);
extern multiboot_tag_framebuffer_t gfx_fb;
size += sizeof (multiboot_tag_framebuffer_t);
size += sizeof (multiboot_tag_framebuffer_t);
extern multiboot_tag_framebuffer_t gfx_fb;
multiboot_tag_framebuffer_t *tag;
tag = (multiboot_tag_framebuffer_t *)(uintptr_t)xbi_fb->framebuffer;
multiboot_tag_framebuffer_t *fbtag;
multiboot_tag_framebuffer_t *fb_tagp;
fb_tagp = (multiboot_tag_framebuffer_t *)(uintptr_t)