Main page | About | Posts
Astral is a hobbyist operating system for 64-bit architectures. It implements its own kernel, which is written in C, and has a collection of ported userspace software.

Features

Running Astral

To run Astral, the recommended way is to do it in a virtual machine like QEMU. There are pre-built images here. To run it from these images the recommended QEMU commandline to use is:

qemu-system-x86_64 -enable-kvm -M q35 -cdrom bootdisk.iso -m 4g -debugcon stdio -drive file=root.img,if=none,id=nvme -device nvme,serial=deadc0ff,drive=nvme -boot order=dc -netdev user,id=net0 -device virtio-net,netdev=net0

Reporting bugs

To report a bug, please open an issue at the github page.