commit f822ebcb044ff058fffad59c442ac1d872479c51 Author: ag-tsotetsi Date: Fri Feb 6 21:32:39 2026 +0200 initial diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4e4020 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Axe OS + +Axe OS is a minimal, from-scratch operating system inspired by Linux From Scratch (LFS) and similar projects. + +Rather than building a full blown desktop system, the focus is on a lightweight and modular approach using Docker as the build environment. Any additional dependencies or tools required by the system are built or fetched inside Docker containers. This approach ensures the host system remains clean, with no direct installation of build-time or runtime dependencies. + +The system is tailored specifically for my C/C++ and Go codebases, prioritising simplicity, control, and reproducibility over completeness. + + +