Subject: Re: Use of TSS
To: None <bde@kralizec.zeta.org.au>
From: Charles Hannum <mycroft@duality.gnu.ai.mit.edu>
List: port-i386
Date: 11/18/1993 13:30:53
How are you going to allocate large bitmaps?
malloc(sizeof(TSS) + bitmapsize) is easy but swapping the result
isn't.
Actually, it's fairly easy, thought a bit expensive.
(SS) // h/w switch would also wasting switching a zillion segment
// regs and the LDT
Actually, this is necessary to support user-settable LDTs.
------------------------------------------------------------------------------