atlury / minimal_x86_64_os

minimal x86_64 based os

Home Page:https://acrlinux.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use build_x86_64.sh for building os (x86_64)

For cloning the repo.

git clone --recurse-submodules https://github.com/acrlinux/minimal_x86_64_os.git

Update existing repo to latest.

git pull

git submodule update

Buiding os from source: (./build_x86_64.sh)

#################################################################################

############################Utility to Build X86_64 OS###########################

#################################################################################

Help message --help

Build All: --build-all

Rebuild All: --rebuild-all

Clean All: --clean-all

Wipe and rebuild --wipe-rebuild

Building kernel: --build-kernel --rebuild-kernel --clean-kernel

Building busybx: --build-busybox --rebuild-busybox --clean-busybox

Building other soft: --build-other --rebuild-other --clean-other

Creating root-fs: --create-rootfs

Create ISO Image: --create-img

Cleaning work dir: --clean-work-dir

Test with Qemu --Run-qemu

###################################################################################

About

minimal x86_64 based os

https://acrlinux.com

License:GNU General Public License v3.0


Languages

Language:C 54.8%Language:C++ 23.7%Language:Roff 20.1%Language:XC 0.5%Language:XS 0.5%Language:Shell 0.3%