mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
nova: fix utcb layout for 32bit
Makes virtualbox as 32bit VMM working
This commit is contained in:
parent
dd95266235
commit
f69b206593
@ -463,7 +463,7 @@ namespace Nova {
|
||||
unsigned short sel, ar;
|
||||
unsigned limit;
|
||||
mword_t base;
|
||||
#ifdef __x86_32__
|
||||
#ifndef __x86_64__
|
||||
mword_t reserved;
|
||||
#endif
|
||||
} es, cs, ss, ds, fs, gs, ldtr, tr;
|
||||
@ -471,7 +471,7 @@ namespace Nova {
|
||||
unsigned reserved0;
|
||||
unsigned limit;
|
||||
mword_t base;
|
||||
#ifdef __x86_32__
|
||||
#ifndef __x86_64__
|
||||
mword_t reserved1;
|
||||
#endif
|
||||
} gdtr, idtr;
|
||||
|
Loading…
Reference in New Issue
Block a user