#include "mod_mem_map.h" #include "../output/vga_character.h" __asm__(".code16gcc\n"); void populate_memory_map(void) { vga_graphics_write_str("pretend i populated the memory map, ok?"); vga_graphics_write_str(" system_memory_map = "); vga_graphics_byte_hex(0x10); }