Re: Problems with oskit-mach

2000-09-06 Thread Roland McGrath
> That's odd, since FreeBSD and Linux work fine on K6, even though > they don't do special treatment with K6 (as for the PGE bit). So > perhaps setting the bit is not the direct cause. Hmm, perhaps you can take a look at how they use the PGE feature and see if it differs from what I did in oski

Re: Problems with oskit-mach

2000-09-06 Thread OKUJI Yoshinori
From: Roland McGrath <[EMAIL PROTECTED]> Subject: Re: Problems with oskit-mach Date: Wed, 6 Sep 2000 14:49:55 -0400 (EDT) > I'm pretty sure I already make exactly that check (using the oskit header > files and functions). That is the official Intel way of checking for the > feature. The problem

Re: Problems with oskit-mach

2000-09-06 Thread Roland McGrath
I'm pretty sure I already make exactly that check (using the oskit header files and functions). That is the official Intel way of checking for the feature. The problem people are reporting is with AMD K6 family processors, which appear to report that feature bit in cpuid but not actually support

Re: Problems with oskit-mach

2000-09-06 Thread OKUJI Yoshinori
From: Roland McGrath <[EMAIL PROTECTED]> Subject: Re: Problems with oskit-mach Date: Wed, 6 Sep 2000 13:30:55 -0400 (EDT) > It is certainly harmless to disable the code that uses PGE. It is just an > optimization. It would be helpful to figure out exactly when it is and > isn't safe to use this

Re: Problems with oskit-mach

2000-09-06 Thread Roland McGrath
> On Tue, 05 Sep 2000, Igor Khavkine wrote: > > > The first problem was that my computer generated a general protection > > fault in the i386/intel/pmap.c::pmap_boostrap() function where the code > > was trying to modify the %cr4 register. I have a K6-III which pretends > > to support the PGE ext

Re: Problems with oskit-mach

2000-09-06 Thread Daniel Wagner
Hi Igor! On Tue, 05 Sep 2000, Igor Khavkine wrote: > The first problem was that my computer generated a general protection fault > in the i386/intel/pmap.c::pmap_boostrap() function where the code was trying > to modify the %cr4 register. I have a K6-III which pretends to support the > PGE exten