more userspace stuff
This commit is contained in:
@@ -18,6 +18,9 @@ extern uint32_t page_directory[1024];
|
||||
|
||||
#define TEMP_MAPPING_VADDR 0xDFFF0000
|
||||
|
||||
#define USR_PAGE 0x07
|
||||
#define SUP_PAGE 0x03
|
||||
|
||||
static uint32_t max_address = 0;
|
||||
static uint32_t total_available_memory = 0;
|
||||
static uint8_t memory_bitmap[BITMAP_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user