Code Monkey home page Code Monkey logo

openeulerrunner's Introduction

openEulerRunner

openEuler qemu的自动化工作流

进度

  • x86下的自动化
  • aarch64下面的自动化
  • riscv64下面的自动化
  • 下载镜像
  • 查看是否现有qemu以及支持的选项

使用手册:

make riscv64 # boot a riscv openeuler 2404
make x86 # boot a x86 openeuler 2404
make aarch64 # boot a arm openeuler 2404
# notice: you should make sure `make clean` everytime when you have a image installed but you want boot another arch.

理想的项目文件结构是这样的:

.
├── LICENSE
├── Makefile
├── README.md
├── RISCV_VIRT_CODE.fd
├── RISCV_VIRT_VARS.fd
├── imgs
│   ├── openEuler-24.03-LTS-aarch64.qcow2
│   ├── openEuler-24.03-LTS-riscv64.qcow2
│   └── openEuler-24.03-LTS-x86_64.qcow2

从qemu官网下载源码直接编译:

wget https://download.qemu.org/qemu-9.0.1.tar.xz
tar xf qemu-9.0.1.tar.xz
cd qemu-9.0.1
make -j
sudo make install

如果你已经在对应的文件夹里面有那么你可以使用make help查看指北。

make clean && make x86 # or [aarch64|riscv64]

openeulerrunner's People

Contributors

tabbleman avatar per1cycle avatar

Watchers

 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.