Skip to content

Commit

Permalink
Document: assign7-kvm-vmm: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: hanyujie2002 <yujiehan2002@outlook.com>
  • Loading branch information
hanyujie2002 authored Apr 13, 2024
1 parent d0f4e88 commit a5be36d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a5be36d

Please sign in to comment.