Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit cd61086

Browse files
committed
sys/src/9k/k10: increase SEGMAPSIZE to 65536
1 parent 4b5d1b4 commit cd61086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/src/9k/k10/mem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
*/
7575
#define PTEPERTAB (256)
7676
#define PTEMAPMEM (PTEPERTAB*PGSZ)
77-
#define SEGMAPSIZE 1984
77+
#define SEGMAPSIZE 65536
7878
#define SSEGMAPSIZE 16
7979

8080
/*

0 commit comments

Comments
 (0)