diff options
author | Freya Murphy <freya@freyacat.org> | 2025-05-06 14:06:27 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-05-06 14:06:27 -0400 |
commit | 633d89e0cbfea56cb5dc9c2d7fb19857cbe6f49d (patch) | |
tree | 6ab83dcc809aa05820e339aef10580a5566dcabf /kernel | |
parent | fmt (diff) | |
download | comus-633d89e0cbfea56cb5dc9c2d7fb19857cbe6f49d.tar.gz comus-633d89e0cbfea56cb5dc9c2d7fb19857cbe6f49d.tar.bz2 comus-633d89e0cbfea56cb5dc9c2d7fb19857cbe6f49d.zip |
increase identity map
Diffstat (limited to '')
-rw-r--r-- | kernel/include/comus/limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/comus/limits.h b/kernel/include/comus/limits.h index 1ef13b4..a036fcb 100644 --- a/kernel/include/comus/limits.h +++ b/kernel/include/comus/limits.h @@ -7,7 +7,7 @@ */ /// number of pts to identity map the kernel (1pt = 2MB) -#define N_IDENT_PTS 4 // max 512 (1G) +#define N_IDENT_PTS 64 // max 512 (1G) /// max number of processes #define N_PROCS 256 |