Skip to content

Instantly share code, notes, and snippets.

View nikhildevshatwar's full-sized avatar

Nikhil Devshatwar nikhildevshatwar

  • Google
  • India
View GitHub Profile
@nikhildevshatwar
nikhildevshatwar / jailhouse-type-1-poc-for-ARM.md
Last active December 6, 2019 12:13
Proof of concept to boot Jailhouse as
title author
Jailhouse as type-1 hypervisor on ARM platforms
Nikhil Devshatwar

Jailhouse as type-1 hypevisor on ARM platforms

Jailhouse is a lightweight hypervisor suitable for industrial and automotive applications. It's a partitioning based hypervisor; it tries to partition the resources and avoids any sharing of the resources.

One problem with Jailhouse has been that it is a type-2 hypervisor. Which means, it is loaded with assistance from a host operating system. After the bootloader, an operating system boots, then it enables Jailhouse hypervisor and then other VMs can be created and started eventually.