Exercise preparation: Building and running the hypervisor, and navigating code
- You should choose a platform to work on: Intel or AMD.
- Intel: Use the
rust: cargo xtask bochs-intel
task - AMD: Use the
rust: cargo xtask bochs-amd
task
- Intel: Use the
- We assume you are able to:
- jump to definitions with F12 on VSCode
- build the hypervisor
- run it on Bochs. Output should look like this:
INFO: Starting the hypervisor on CPU#0 ... ERROR: panicked at 'not yet implemented: E#1-1', hypervisor/src/hardware_vt/svm.rs:49:9
- If not, follow the instructions in BUILDING
- Primary code flow for the exercises in this chapter