redox/recipes/core/kernel/recipe.toml
2025-12-13 00:50:43 +09:00

16 lines
382 B
TOML

[source]
# git = "https://gitlab.redox-os.org/redox-os/kernel.git"
git = "https://gitlab.redox-os.org/Ibuki.O/kernel.git"
# branch = "schemelist"
# branch = "unlinkat"
# branch = "filter-uidgid"
branch = "namespace-improvement"
[build]
template = "custom"
script = """
make -f ${COOKBOOK_SOURCE}/Makefile
mkdir -v "${COOKBOOK_STAGE}/boot"
cp -v kernel "${COOKBOOK_STAGE}/boot"
"""