~kris/9p

9hist

b00d8f73ecf9026f7505a99062486a56927938b0 — David du Colombier 28 years ago 0aae385
Plan 9 from Bell Labs 1998-01-21
1 files changed, 1 insertions(+), 1 deletions(-)

M carrera/main.c
M carrera/main.c => carrera/main.c +1 -1
@@ 462,7 462,7 @@ confinit(void)
	conf.npage1 = 0;
	conf.base1 = 0;

	if(top > 16*MB){
	if(top > 16*MB/BY2PG){
		conf.upages = (conf.npage*60)/100;
		poolsetparam("Image", 0, 0, 4*1024*1024);
	}else