mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
Allow CR0.PE and CR0.PG to be cleared if "Unrestricted Guest" mode is supported by the host CPU. This mode allows guest software to run in unpaged protected mode or in real-address mode. From [1] with Indan's feedback applied. [1] https://github.com/seL4/seL4/pull/1438 Signed-off-by: Bill Nguyen <bill.nguyen@unsw.edu.au> Co-authored-by: Heyang Zhou <hello@su3.io>