Code Monkey home page Code Monkey logo

virtplat's Introduction

virtplat

My QEMU-based virtual platform setup

How to build

Get source code for qemu/edk2/linux/busybox through this script. (download the source and store them on the host instead of the container)

./get-source.sh
  • replace podman with docker if you prefer to use docker
git clone https://github.com/clachan/virtplat
podman build --tag virtplat --jobs 32 .

or

git clone https://github.com/clachan/virtplat
./build.sh

How to use

podman run -it --rm --privileged --name my_virtplat virtplat
./start_qemu.sh

or

./run.sh
./start_qemu.sh

How to debug kernel

Open another terminal to connect to my_virtplat

podman exec -it my_virtplat /bin/bash

or

./run.sh

then run

./start_qemu.sh

to start qemu.

If you want to use Ubuntu as the root file system (2nd stage), type:

./start_qemu.sh virtplat_rootfs=ubuntu

Start gdb

./debug_linux.sh

Set breakpoint and happy debugging!

Quick Notes

  • Add nokaslr kernel option

virtplat's People

Contributors

clachan avatar

Watchers

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