Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

labs/templates: Update 7-kvm-vmm skel #409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StefanJum
Copy link

Update assignment 7: kvm vmm skel to fix several build errors.

  • Add -Iinclude/ to CFLAGS
  • Fix Makefile rules for the guests
  • Add #endifs to the header files
  • Halt at the end of the 32 bits guest
  • Fix structure names in vmm.c

Update assignment 7: kvm vmm skel to fix several build errors.

* Add `-Iinclude/` to CFLAGS
* Fix Makefile rules for the guests
* Add `#endif`s to the header files
* Halt at the end of the 32 bits guest
* Fix structure names in vmm.c

Signed-off-by: Stefan Jumarea <[email protected]>
Copy link
Member

@vladandrew vladandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants