[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Updating built-in GDT
On 24 Jan 2006, at 14:48, Ivan Kelly wrote: does set_gdt add the default descriptors(at 819, 820, 821 etc) or will i haveYou can't update the built-in GDT. Instead, create your own and passthe list of MFNs that comprise your GDT to the set_gdt() hypercall. Youmust ensure you have only read-only mappings of those MFNs beforepassing them to that hypercall! If you wish to update your GDT, use theupdate_descriptor() hypercall.to insert these into my new gdt manually? The default selectors are 0xe000 and above. They are always available, even if you install your own GDT. To achieve this trick, guest GDTs are limited to 14 pages (7168 entries) rather than 16 pages (8192 entries). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |