From d51d631d81cc965b0bbc40c9f3cb4722cc6e4840 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 17 Mar 2022 08:34:47 -0600 Subject: [PATCH] Update kernel recipe --- recipes/kernel/init.rc | 4 +++- recipes/kernel/recipe.sh | 11 ++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/recipes/kernel/init.rc b/recipes/kernel/init.rc index dedda2d0f..bfbcad7a6 100644 --- a/recipes/kernel/init.rc +++ b/recipes/kernel/init.rc @@ -4,9 +4,11 @@ nulld zerod randd vesad T T G -stdio display:1 +logd debug: display:1 +stdio log: ps2d us ramfs logging +acpid pcid /etc/pcid/initfs.toml redoxfs --uuid $REDOXFS_UUID file $REDOXFS_BLOCK cd file: diff --git a/recipes/kernel/recipe.sh b/recipes/kernel/recipe.sh index 9c2b422d7..63a3a21b1 100644 --- a/recipes/kernel/recipe.sh +++ b/recipes/kernel/recipe.sh @@ -1,5 +1,14 @@ GIT=https://gitlab.redox-os.org/redox-os/kernel.git -BUILD_DEPENDS=(drivers init nulld ramfs randd redoxfs zerod) +BUILD_DEPENDS=( + drivers + init + logd + nulld + ramfs + randd + redoxfs + zerod +) function recipe_build { export INITFS_FOLDER="$(realpath ../sysroot)" -- GitLab