sfzyk / minos

Microkernel RTOS with SMP and Virtualization support for ARMv8-A

Home Page:http://minosproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minos

http://minosproject.org

Microkernel RTOS with Virtualization and SMP support for ARMv8-A

What is Minos

Minos is a real-time priority-based microkernel RTOS with virtualization support for ARMv8-A that provides the trusted reliability and performance for embedded system while also allowing multiple operating systems to safely co-exist on the same System on Chip (SoC).

Minos defines a device hypervisor reference stack and an architecture for running multiple software subsystems, managed securely, on a consolidated system by means of a virtual machine manager. Minos can be used as a Type 1 reference hypervisor stack, running directly on the bare-metal hardware, and is suitable for a variety of IoT and embedded device solutions. Minos addresses the gap that currently exists between datacenter hypervisors, and hard partitioning hypervisors. The hypervisor architecture partitions the system into different functional domains, with carefully selected guest OS sharing optimizations for IoT and embedded devices.

Minos is also designed as a real-time priority-based microkernel RTOS that support SMP, currently support ARMv8-A, But can be easily ported to other platforms and architectures like Cortex-M MCU.

Supported hardware

  • Marvell espressobin
  • Raspberry 3B
  • Raspberry 4
  • Khadas VIM3
  • Renesas R-Car r8a7795

Minos can be easily ported to other armv8-a based platform.

Supported OSes

  • Linux
  • Ubuntu
  • Android
  • zephyr
  • XNU (IOS kernel)

Documentation

We will have various README files in the Documents subdirectory. Please refer Documents/000-INDEX for a list of what is contained in each file or sub-directory.

  1. Documents/001-Build_Minos.md
  2. Documents/002-Test_Minos_on_Raspberry_4.md
  3. Documents/003-Test_Minos_on_Khadas_VIM3.md
  4. Documents/004-Test_Minos_on_ARM_FVP.md
  5. Documents/005-Test_IOS_kernel_using_Minos_on_VIM3.md
  6. Documents/006-How_to_use_mvm_create_guest_VM.md
  7. Documents/007-How_to_create_Native_VM.md
  8. Documents/008-Developer_Guide.md
  9. Documents/009-Test_Minos_on_Raspberry_3B.md

About

Microkernel RTOS with SMP and Virtualization support for ARMv8-A

http://minosproject.org

License:GNU General Public License v2.0


Languages

Language:C 69.1%Language:Python 26.1%Language:Assembly 3.4%Language:Makefile 1.0%Language:C++ 0.3%Language:Shell 0.2%