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

12 lines
251 B
TOML

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