From 738ede02e81a2450000bfe1a2a8e98aaabb935b8 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 26 Apr 1995 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1995-04-26 --- pc/l.s | 2 +- pc/main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pc/l.s b/pc/l.s index 572266f512cccc235a425bdaf43f1020113b4c13..d3798aaeeb218e4dd6fa6ff9c6095569e06cfbec 100644 --- a/pc/l.s +++ b/pc/l.s @@ -53,7 +53,7 @@ setpte: */ MOVL AX,CR3 MOVL CR0,AX - ORL $0X80010000,AX + ORL $0X80010000,AX /* PG=1, WP=1 */ ANDL $~(0x40000000|0x20000000|0x8|0x2),AX /* CD=0, NW=0, TS=0, MP=0 */ MOVL AX,CR0 diff --git a/pc/main.c b/pc/main.c index b23d33cb633985d19901fc647255d2ddef10ef7a..a0acb19ce85a7a561a8dc5559d5d15b15c527ad1 100644 --- a/pc/main.c +++ b/pc/main.c @@ -355,6 +355,7 @@ confinit(void) pcnt = 0; + /* * parse configuration args from dos file plan9.ini */