Limited direct execution: Difference between revisions

From Rice Wiki
(Created page with "'''Limited direct execution''' is a technique of allowing programs to partially execute on the CPU directly. This ensures the two necessities of CPU virtualization: performance and control. Category:Operating System")
 
No edit summary
Line 1: Line 1:
'''Limited direct execution''' is a technique of allowing programs to partially execute on the CPU directly. This ensures the two necessities of CPU [[virtualization]]: performance and control.
'''Limited direct execution''' is a technique of allowing programs to partially execute on the CPU directly. This ensures the two necessities of CPU [[virtualization]]: performance and control.
== Direct execution ==
[[File:OSTEP 6.1.png|thumb|OSTEP: Direct Execution Protocol (Without Limits)]]
Let's first talk about the simpler sibling of limited direct execution. '''Direct execution''' (without limits) simply allows programs to run on the CPU.
[[Category:Operating System]]
[[Category:Operating System]]

Revision as of 17:49, 2 October 2024

Limited direct execution is a technique of allowing programs to partially execute on the CPU directly. This ensures the two necessities of CPU virtualization: performance and control.

Direct execution

OSTEP: Direct Execution Protocol (Without Limits)

Let's first talk about the simpler sibling of limited direct execution. Direct execution (without limits) simply allows programs to run on the CPU.