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
0117aaf574
commit
17590dfe29
@ -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…
x
Reference in New Issue
Block a user