9fans archive / 1995 / 11 / 10 / prev next From: G. David Butler gdb@dbS... Subject: 386 maximum segment size of 16Mb Date: Thu, 2 Nov 1995 12:14:43 -0500 I hate replying to my own mail, but I guess I wasn't finished... :-) >The real question, has anybody looked into increasing this limit? (look >in /sys/src/9/pc/mem.h, SEGMEMSIZE, I think, set to 16.) Make that SEGMAPSIZE. Also several of the machines have this in mem.h: #define SEGMAPSIZE 64 /* 16 is for wooses */ This would imply that all is necessary is to change 16 to 64 in pc/mem.h, but that would be too simple... Thanks again.