Help needed reg implementation of LDT on i386

sample junk (gumnam777@yahoo.com)
Wed, 9 Apr 2003 09:23:28 -0700 (PDT)


Hi all,
I am trying to implement per process LDT for
linux-2.4.20 on IA-32. During booting the kernel
does'nt get past the invocation of /sbin/init.
I have made the following changes for my
implementation
1) Have added segment descriptors for User code and
data in the newly created segment in the function
"copy_segments".
2)changed the __USER_CS and USER_DS to point into the
new descriptors created above.

Could anyone suggest where i had gone wrong??

TIA
gum

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/