1 2 3 4 5 6
#pragma once // random macro for multiboot header #define TAG_SIZE(x) (((x)-1) / MULTIBOOT_TAG_ALIGN + 1) extern struct multiboot_tag *mb_tag;