Skip to content

Commit

Permalink
Merge pull request #116 from m4mbr3/master
Browse files Browse the repository at this point in the history
Fix for default vmm name in the readme
  • Loading branch information
rianquinn authored Jan 15, 2019
2 parents 149c64b + e857b36 commit 81a6db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To setup our extension, run the following:
git clone https://github.com/Bareflank/hypervisor
git clone https://github.com/Bareflank/extended_apis
mkdir build; cd build
cmake ../hypervisor -DDEFAULT_VMM=eapis_vmm -DEXTENSION=../extended_apis
cmake ../hypervisor -DDEFAULT_VMM=eapis_bfvmm -DEXTENSION=../extended_apis
make -j<# cores + 1>
```

Expand Down

0 comments on commit 81a6db0

Please sign in to comment.