Git Product home page Git Product logo

microv's Introduction

microv介绍:

一个简易的KVM虚拟化hypervisor(目前支持X86)。
实现了一个能够引导linux操作系统的linux boot规范,或者说实现了无bios引导linux系统。
实现了KVM虚拟化的最基础CPU、内存、IO陷入陷出处理。
实现了一个串口设备,用以和操作系统交互。

作用:

用以KVM虚拟化和计算机体系结构的学习例子;
理解bios如何引导linux系统;理解X86的实模式和保护模式;理解KVM虚拟化的基本原理。

参考:

firecracker-microvm stratovirt

编译:

    编译代码、内核、initrd:
    cd microv; make all  
    只编译代码:
    cd microv; make

运行:

    ./microv -k ./out/vmlinux.bin -i ./out/initrd.img

END.如有交流请联系作者

email:[email protected]
微信:kvmvirt

microv's People

Contributors

isclouder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.