-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from hermit-os/kernel-update
build(deps): update kernel submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kernel
updated
8 files
+0 −4 | .github/workflows/ci.yml | |
+191 −4 | Cargo.lock | |
+14 −0 | src/fd/mod.rs | |
+26 −1 | src/fd/stdio.rs | |
+22 −0 | src/scheduler/mod.rs | |
+22 −1 | src/syscalls/mod.rs | |
+1 −0 | xtask/Cargo.toml | |
+9 −4 | xtask/src/ci/qemu.rs |