Bootable multiboot2 kernel

This commit is contained in:
2022-01-02 17:25:07 +01:00
parent fdcb46d6f2
commit e0979ed357
10 changed files with 107 additions and 2 deletions

2
make
View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker-compose -f toolchain/docker-compose.yml run --rm make "$@"
docker-compose -f toolchain/docker-compose.yml run --rm -u $(id -u):$(id -g) make make "$@"