Skip to content

jhkyung/khypervisor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypervisor for ARMv7 Virtualization Extensions

Basic directory structure

  • hypervisor Contains the real time hypervisor source code.

    • hvc call for manual guest switching
    • LPAE stage 2 address translation
    • Interrupt Handling through GICv2
    • Generic Timer and Scheduler (Round-robin)
  • platform-device Contains the device starting point.

    • common common interface source code.
    • cortex_a15x2_arndale based on arndale board code.
      • config Contains the plaform specific configuration files.
      • drivers Contains the plaform specific driver for hypervisor.
      • guestbl Contains the guest bootloader.
      • guestimages Contains the guest images.
      • guestos Contains the guest os source code.
    • cortex_a15x2_rtsm based on rtsm fastmodels code.
      • config Contains the plaform specific configuration files.
      • drivers Contains the plaform specific drivers for hypervisor.
      • guestbl Contains the guest bootloader.
      • guestimages Contains the guest images.
      • guestos Contains the guest os source code.

The easiest way to use k-hypervisor is to start with one of the pre-configured platform-device projects (locate in the platform-device/<device_name> directory).

See also - arndale port : https://github.com/kesl/khypervisor/tree/v1/platform-device/cortex_a15x2_arndale rtsm port : https://github.com/kesl/khypervisor/tree/v1/platform-device/cortex_a15x2_rtsm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.1%
  • Perl 14.4%
  • C++ 10.3%
  • Assembly 8.0%
  • Python 6.8%
  • Shell 1.1%
  • Other 0.3%