os

An operating system
git clone https://erai.gay/code/os/
Log | Files | Refs | README | LICENSE

commit f5c8fdf0bd85ded6258cad00c27831913585ada0
parent 05b32ee564117ad4d0a2ab3ca0316695530b0a15
Author: erai <erai@omiltem.net>
Date:   Mon, 27 Jan 2025 19:37:01 +0000

Add build.yml

Diffstat:
A.build.yml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -0,0 +1,9 @@ +--- +image: archlinux +packages: + - gcc +sources: + - https://git.sr.ht/~erai/os +tasks: + - bootstrap: "cd os && ./bootstrap.sh" + - build: "cd os && ./build.sh"