Skip to content

Instantly share code, notes, and snippets.

View soujak's full-sized avatar

Marco Solieri soujak

View GitHub Profile
@nikhildevshatwar
nikhildevshatwar / jailhouse-type-1-poc-for-ARM.md
Last active March 8, 2026 20:47
Proof of concept to boot Jailhouse as
title Jailhouse as type-1 hypervisor on ARM platforms
author 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.