Skip to content

Features implemented for the MIT-JOS exokernel Operating System based paravirtualized HOSS hypervisor, leveraging the VTx hardware extensions for x86_64 architecture.

Notifications You must be signed in to change notification settings

deepaktabraham/Implementation-of-Features-for-a-Pedagogical-HOSS-Hypervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation-of-Features-for-a-Pedagogical-HOSS-Hypervisor

The paravirtualized HOSS hypervisor is developed based on the MIT-JOS exokernel Operating System. The HOSS hypervisor is developed by leveraging the Intel VT-x hardware extensions for virtualization.

This implementation is adapted for the Intel x86_64 architecture. Testing can be performed on a Bochs x86 emulator with a single x86_64 processor having VT-x extensions enabled and 256 MB of main memory.

The following features have been implemented -

1 - Check for VMX support
2 - Check for Extended Page Table support
3 - Modifcations for scheduling a guest environment
4 - Implementation of Extended Page Table for handling Guest to Host physical address mappings
5 - Assembly code to launch the Guest environment, by mapping JOS guest kernel and bootloader into the Virtual Machine’s memory segment

Steps

To run the JOS kernel: make bochs
To launch the Guest VM after the JOS kernel boots up: vmm

Implementation is based on the CSE591-Virtualization course at Stony Brook University.
< https://www3.cs.stonybrook.edu/~porter/courses/cse591/s14/lab1.html >

About

Features implemented for the MIT-JOS exokernel Operating System based paravirtualized HOSS hypervisor, leveraging the VTx hardware extensions for x86_64 architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published