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:
parent
97e6525d6a
commit
db1cea00ad
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user