~kris/9p

9hist

2d3f910fbf1c85d7508374ebfc43d99039f17fc4 — David du Colombier 32 years ago 37cdcab
Plan 9 from Bell Labs 1994-02-27
2 files changed, 2 insertions(+), 2 deletions(-)

M carrera/screen.c
M pc/l.s
M carrera/screen.c => carrera/screen.c +1 -1
@@ 129,7 129,7 @@ screenwin(void)
	h = defont0.height;

	window.min = Pt(100, 100);
	window.max = add(window.min, Pt(10+w*80, 10+h*40));
	window.max = add(window.min, Pt(10+w*120, 10+h*60));

	gbitblt(&gscreen, add(window.min, Pt(5, 5)), &gscreen, window, F);
	gbitblt(&gscreen, window.min, &gscreen, window, Zero);

M pc/l.s => pc/l.s +1 -1
@@ 53,7 53,7 @@ setpte:
	 */
	MOVL	AX,CR3
	MOVL	CR0,AX
	ORL	$0X80000000,AX
	ORL	$0X80010000,AX
	ANDL	$~(0x8|0x2),AX	/* TS=0, MP=0 */
	MOVL	AX,CR0