diff options
Diffstat (limited to 'src/boot/mod_mem_map.c')
-rw-r--r-- | src/boot/mod_mem_map.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boot/mod_mem_map.c b/src/boot/mod_mem_map.c new file mode 100644 index 0000000..0e89ee7 --- /dev/null +++ b/src/boot/mod_mem_map.c @@ -0,0 +1,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?"); +} |