mirror of
https://github.com/drasko/codezero.git
synced 2026-08-05 22:10:07 +02:00
Some cleanups on last commit
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
#include <init.h>
|
||||
#include <physmem.h>
|
||||
#include <linker.h>
|
||||
#include <capability.h>
|
||||
|
||||
struct container_memory_regions {
|
||||
struct capability *shmem;
|
||||
struct capability *utcb;
|
||||
struct capability *task;
|
||||
struct capability *pager;
|
||||
struct capability *physmem;
|
||||
};
|
||||
extern struct container_memory_regions cont_mem_regions;
|
||||
|
||||
#define PAGER_MMAP_SEGMENT SZ_4MB
|
||||
#define PAGER_MMAP_START (page_align_up(__stack))
|
||||
|
||||
Reference in New Issue
Block a user