diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-29 20:13:20 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-29 20:13:20 -0400 |
commit | 5920cf33f368b8de20919c44fa574fd6c69f69e8 (patch) | |
tree | 910022f4c4c771446a8530c9736d648e0f715c34 /hyra-build.sh | |
parent | db5daa6d7e0137e19c73d303ffd8744534c006da (diff) |
build: Rename hyra-kernel to hyra.krq
This commit prepares for Hyra Kernel Runtime Quantums (KRQs) which
allows one to make the kernel more modular
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'hyra-build.sh')
-rwxr-xr-x | hyra-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index 28ceb10..60bf792 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -111,7 +111,7 @@ stage1() { ################################# stage2() { make clean - rm -f base/boot/hyra-kernel + rm -f base/boot/hyra.krq iso_root_skel sysroot_skel |