From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: Is there a way to add GDT entries without having a second page? Date: Thu, 5 May 2005 17:50:47 -0700 Message-ID: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org I can add entries incrementally to the GDT by having a second page frame lying around copying from the current one to the unused one and then switching between them for updates, but is there a more elegant way? Thanks. -Kip