Multiple LDT's??
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Multiple LDT's??
Yes, you can. You can allocate several LDT descriptors in your GDT and give different tasks differents LDT (i.e. having another LDT field in each TSS). This is a basical fashion to create multiprocessing environment safely.
I suggest you not to try to change LDTs within the same task because it would lead to high overhead...
If i'm computing well, you should be able to have 8192 entries at a max in the GDT, and you'll need as much TSS as LDTs, thus a grand total of 4092 new LDTs ...
I suggest you not to try to change LDTs within the same task because it would lead to high overhead...
If i'm computing well, you should be able to have 8192 entries at a max in the GDT, and you'll need as much TSS as LDTs, thus a grand total of 4092 new LDTs ...