Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/teaching/so2/assign7-kvm-vmm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ most programs nowdays need 64 bits addresses, and such we will need to switch to

In ``vcpu.h``, you may found helpful macros such as CR0_PE, CR0_MP, CR0_ET, etc.

Since we will running a more complex program, we will also create a small stack for our program
Since we will run a more complex program, we will also create a small stack for our program
``regs.rsp = 1 << 20;``. Don't forget to set the RIP and RFLAGS registers.

Running
Expand Down