Increase maximum number of page table entries per VM86 context from 8 to 24

pages, yet again.  Now we can allocate a whole segment, which is required
for shadowing option ROM images, for example.
This commit is contained in:
jkim 2010-08-25 21:13:23 +00:00
parent 0117aaf574
commit 17590dfe29

View File

@ -100,7 +100,7 @@ struct vm86frame {
#define vmf_eflags eflags.r_ex
};
#define VM86_PMAPSIZE 8
#define VM86_PMAPSIZE 24
#define VMAP_MALLOC 1 /* page was malloced by us */
struct vm86context {