Skip to content

Commit

Permalink
fix(src/vmm/vmx_root): add missing Vm.vmxon_region definition
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Jan 16, 2025
1 parent eeeb634 commit 044c63d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vmm/vmx_root.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ VMX の有効化は `CR4[13]` に `1` をセットすることで行います。
VMX を有効化したら、VMXON で VMX Root Operation に遷移します:

```ymir/arch/x86/vmx/vcpu.zig
vmxon_region: *VmxonRegion = undefined,
...
pub fn virtualize(self: *Self, allocator: Allocator) VmxError!void {
// Adjust control registers.
adjustControlRegisters();
Expand Down

0 comments on commit 044c63d

Please sign in to comment.