[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Mismatch of GDT ( Global descriptor table) Entries.



On Thu, Mar 29, 2001 at 08:09:02PM +0530, G.L.Suresh wrote:
> 
> But what I did not undertand, nice way to say is "I am  not able to trace out
> which part of the kernel has filled the
> values at those descriptors".
> 

I remember it to be a statically defined array in arch/i386/*/*.S. Look
at the place where GDTR register is written to (using LGDT instruction ?)

	-Arun