# HzerOS **Repository Path**: jasonactions/HzerOS ## Basic Information - **Project Name**: HzerOS - **Description**: 用于管理qemu实验环境 - **Primary Language**: C - **License**: CC-BY-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HzerOS ## 介绍 用于管理qemu实验环境 ## 环境准备 ### 安装repo ``` sudo snap install git-repo mkdir ~/bin PATH=~/bin:$PATH git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo cd git-repo/ cp repo ~/bin/ chmod a+x ~/bin/repo ``` ### 安装qemu ``` $ sudo apt-get install qemu $ sudo apt-get install qemu-system $ qemu-system-aarch64 -M help /* 查看支持的板子的列表 */ ``` ### 库安装 ``` $ sudo apt-get install -y libqtav-dev $ sudo apt-get install qtcreator $ sudo apt-get install qt5-default $ sudo apt-get install libqt5webkit5 $ sudo apt-get install libqt5multimediawidgets5 $ sudo apt-get install libqt5x11extras5 ``` ## repo init ``` repo init -u git@gitee.com:jasonactions/HzerOS.git -b master -m default.xml ``` - -u(–manifest-url):设定清单库的Git服务器地址 - -m(–manifest-name):当有多个清单文件时,指定清单库中的某个清单为有效的清单文件。默认为default.xml - -b(–manifest-branch):选择一个maniest仓库中的一个特殊的分支 ## repo sync ``` repo sync ``` ## 源码下载及编译说明 repo sync成功后,进入buld目录,参考readme文件