MicrOS
|
#include <stdbool.h>
#include "memory/map/memory_map.h"
#include "memory/map/memory_map_entry.h"
#include "drivers/vga/vga.h"
#include "drivers/keyboard/keyboard.h"
#include <stdlib.h>
#include "physical_memory_entry.h"
#include "physical_memory_entry_type.h"
#include "physical_memory_stats.h"
Go to the source code of this file.
Functions | |
void | physical_memory_init () |
uint32_t | physical_memory_alloc_page () |
bool | physical_memory_dealloc_page (uint32_t index) |
void | physical_memory_dump () |
void | draw_4MB_array (uint64_t number_of_sector) |
void | memoryViewer () |
void | physical_memory_get_stats (physical_memory_stats *stats) |
void draw_4MB_array | ( | uint64_t | number_of_sector | ) |
void memoryViewer | ( | ) |
uint32_t physical_memory_alloc_page | ( | ) |
bool physical_memory_dealloc_page | ( | uint32_t | index | ) |
void physical_memory_dump | ( | ) |
void physical_memory_get_stats | ( | physical_memory_stats * | stats | ) |
void physical_memory_init | ( | ) |