Plan 9 from Bell Labs 1995-04-26
2 files changed, 2 insertions(+), 1 deletions(-) M pc/l.s M pc/main.c
M pc/l.s => pc/l.s +1 -1
@@ 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
M pc/main.c => pc/main.c +1 -0
@@ 355,6 355,7 @@ confinit(void) pcnt = 0; + /* * parse configuration args from dos file plan9.ini */