~kris/9p

9hist

718589ffadc3f20b53a938754107b09551903110 — David du Colombier 31 years ago 120faad
Plan 9 from Bell Labs 1995-02-01
1 files changed, 0 insertions(+), 10 deletions(-)

M carrera/main.c
M carrera/main.c => carrera/main.c +0 -10
@@ 322,16 322,6 @@ init0(void)
	char buf[2*NAMELEN];

	spllo();
{
	uchar *p;
	int x;

	for(p = (uchar*)(0xA0000000|16*MB); p<(uchar*)(0xA0000000|32*MB); p+=16){
		if((((ulong)p) & 0x3FFF)==0)
			print("%lux ", p);
		x = *p;
	}
}

	/*
	 * These are o.k. because rootinit is null.