/anthill-os

A distributed operating system targeting the aarch64 architecture

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

Anthill OS

A distributed operating system for the aarch64 architecture.

Prerequisites

Build Instructions

meson setup --cross-file aarch64-elf-txt build
meson install -C build

This will build the project and create the sysroot under build/sysroot

Running

To run with QEMU:

./run

To run with QEMU and connect GDB:

./run -d

This will start and halt qemu, connect gdb and load the symbols. To continue, type c.