mirror of
https://github.com/vcvtph2ps/terra.git
synced 2026-05-24 18:07:13 +02:00
No description
- Python 52%
- C 46.1%
- Shell 1.9%
| hello_world | ||
| patches | ||
| recipes | ||
| scripts | ||
| support | ||
| tools/rdsk | ||
| .gitignore | ||
| config.chariot | ||
| LICENSE | ||
| README.md | ||
Terra
Distribution for Lunar. Uses chariot to manage packages and produce bootable images.
Requirements
chariotpython3qemu(for running)curl(for fetching OVMF firmware)
Building
chariot build custom/image -o bootloader=limine -o buildtype=release
Options:
| Option | Values | Default |
|---|---|---|
arch |
x86_64 |
x86_64 |
bootloader |
tartarus, limine |
tartarus |
buildtype |
debug, release |
debug |
Running
python3 scripts/qemu.py [options]
| Flag | Description |
|---|---|
--kvm |
Enable KVM acceleration |
--uefi |
Boot with UEFI firmware (OVMF) |
--gfx |
Enable graphical display |
--pause |
Pause CPU at startup |
--limine |
Use Limine for boot |
--x2apic-only |
Disable xAPIC (TCG + x86_64 only + custom patched qemu) |
OVMF firmware is downloaded automatically on first run.