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

Commit

Permalink
sys/src/9k/k10: increase SEGMAPSIZE to 65536
Browse files Browse the repository at this point in the history
  • Loading branch information
0intro committed May 28, 2021
1 parent 4b5d1b4 commit cd61086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/src/9k/k10/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
*/
#define PTEPERTAB (256)
#define PTEMAPMEM (PTEPERTAB*PGSZ)
#define SEGMAPSIZE 1984
#define SEGMAPSIZE 65536
#define SSEGMAPSIZE 16

/*
Expand Down

0 comments on commit cd61086

Please sign in to comment.