summaryrefslogtreecommitdiff
path: root/src/boot/mod_mem_map.c
blob: 0e89ee7fe4b455e6f25a9011f9530cb2c98feda8 (plain)
1
2
3
4
5
6
7
#include "mod_mem_map.h"

#include "../output/vga_character.h"

void populate_memory_map(void) {
  vga_graphics_write_str("pretend i populated the memory map, ok?");
}