Giter VIP home page Giter VIP logo

ovm-core's Introduction

OVM

The minimal virtual machine to run podman.

Usage

Get Source Code

git clone --recurse-submodules [email protected]:oomol-lab/ovm-core.git

Dependencies

Fedora

sudo dnf install curl wget git make gcc gcc-c++ ncurses-devel patch perl-core netcat flex bison gcc-aarch64-linux-gnu gcc-c++-aarch64-linux-gnu binutils-aarch64-linux-gnu kernel-cross-headers

Debian

sudo apt-te install git build-essential wget curl ca-certificate automake gdb bc libncurses5-dev
sudo apt-get build-dep linux

Build

make apply-all-patch
make build # or rootfs-amd64-build / rootfs-arm64-build / kernel-amd64-build / kernel-arm64-build

Project Structure

├── kernel # Linux kernel source code (submodule)
│   └── ...
├── rootfs # Buildroot source code (submodule)
│   └── ...
├── initrd
│   └── ... # Initrd source code
├── patches
│   ├── kernel # Patches for kernel
│   │   ├── .patches # Patch list
│   │   └── *.patch
│   └── rootfs # Patches for rootfs
│       ├── .patches # Patch list
│       └── *.patch
├── arch
│   ├── kernel
│   │   ├── amd64
│   │   │   └── .config # Linux kernel amd64 config
│   │   └── arm64
│   │       └── .config # Linux kernel arm64 config
│   ├── rootfs
│   │   ├── amd64
│   │   │   └── .config # Buildroot amd64 config
│   │   └── arm64
│   │       └── .config # Buildroot arm64 config
│   └── initrd # Initrd build output
│       ├── amd64
│       │   └── initrd.gz
│       └── arm64
│           └── initrd.gz
└── tools
    └── patch.py # Patch tool (./tools/patch.py -help)

Version

  • Linux kernel: v6.1.50
  • Buildroot: 2023.05.2

ovm-core's People

Contributors

blackhole1 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.