~kris/9p

9hist

6979281dfb908abcd12f69d6b78b9876f1fb117f — David du Colombier 36 years ago ada2d0d
Plan 9 from Bell Labs 1990-06-11
2 files changed, 2 insertions(+), 2 deletions(-)

M gnot/boot.h
M gnot/mem.h
M gnot/boot.h => gnot/boot.h +1 -1
@@ 2345,5 2345,5 @@ ulong bootcode[]={
	0x00be005a,
	0x001c0000,
	0x00024a2,
	0x,
	0x0,
};

M gnot/mem.h => gnot/mem.h +1 -1
@@ 12,7 12,7 @@
#define	BY2PG		8192			/* bytes per page */
#define	WD2PG		(BY2PG/BY2WD)		/* words per page */
#define	PGSHIFT		13			/* log(BY2PG) */
#define	MS2HZ		16	/* BUG */	/* millisec per clock tick */
#define	MS2HZ		(1000/60)		/* millisec per clock tick */

#define	MAXMACH		1			/* max # cpus system can run */