summaryrefslogtreecommitdiff
path: root/stage3/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/paging.h')
-rw-r--r--stage3/paging.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stage3/paging.h b/stage3/paging.h
index b9a3930..e05ab1a 100644
--- a/stage3/paging.h
+++ b/stage3/paging.h
@@ -11,8 +11,7 @@ typedef enum {
typedef struct __attribute__((packed)) {
void *start;
usize size;
- u16 type;
- u16 zero;
+ u32 used;
} MemRegion;
void page_region(MemRegion *region);