X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/d1b1c8d9119229dbeed06cd252917e54a1cb77f6..ebb55b7e5f0b8f31328950ec383b77b208ffbb64:/lunaix-os/arch/generic/includes/sys/mm/mm_defs.h?ds=sidebyside diff --git a/lunaix-os/arch/generic/includes/sys/mm/mm_defs.h b/lunaix-os/arch/generic/includes/sys/mm/mm_defs.h index 79ce14c..6370963 100644 --- a/lunaix-os/arch/generic/includes/sys/mm/mm_defs.h +++ b/lunaix-os/arch/generic/includes/sys/mm/mm_defs.h @@ -6,7 +6,7 @@ #include "pagetable.h" #define KSTACK_PAGES 3 -#define KSTACK_SIZE (KSTACK_PAGES * MEM_PAGE) +#define KSTACK_SIZE (KSTACK_PAGES * PAGE_SIZE) /* Regardless architecture we need to draw the line very carefully, and must