initial
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal file
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user