~kris/9p

9hist

ac6595ec27f1c27900cfaec938bd319f7e674e7d — David du Colombier 32 years ago 878a6eb
Plan 9 from Bell Labs 1994-08-06
2 files changed, 4 insertions(+), 1 deletions(-)

M carrera/main.c
M pc/clock.c
M carrera/main.c => carrera/main.c +3 -0
@@ 413,6 413,9 @@ exit(long type)
		delay(10);

	splhi();
	if(type == 1)
		for(;;);

	/* Turn off the NMI hander for the debugger */
	vec = (uchar*)0xA0000420;
	vec[0] = 0;

M pc/clock.c => pc/clock.c +1 -1
@@ 156,7 156,7 @@ clockinit(void)
		cycles = 22;
		break;
	default:
		cycles = 23;
		cycles = 24;
		break;
	}
	cpufreq = loops*((cycles*Freq)/x);