From f2a52656b24a57d2ca688a0a7f1d489deafd5592 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 17 Jan 2015 18:47:08 +0100 Subject: [PATCH] define macro for the limit of the kernel space --- include/eduos/config.h.example | 1 + 1 file changed, 1 insertion(+) diff --git a/include/eduos/config.h.example b/include/eduos/config.h.example index 1959693..e47fb00 100644 --- a/include/eduos/config.h.example +++ b/include/eduos/config.h.example @@ -39,6 +39,7 @@ extern "C" { #define VIDEO_MEM_ADDR 0xB8000 /* the video memory address */ #define CACHE_LINE 64 #define KERNEL_STACK_SIZE (8<<10) /* 8 KiB */ +#define KERNEL_SPACE (1 << 30) /* 1 GiB */ #define BITMAP_SIZE (128<<5) /* for 128 MiB of RAM */ #define INT_SYSCALL 0x80