Bump linked_list_allocator from 0.6.3 to 0.10.2 in /examples/blog_os (#8)
Bumps linked_list_allocator from 0.6.3 to 0.10.2.
updated-dependencies:
- dependency-name: linked_list_allocator dependency-type: direct:production …
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rcore-thread
Bare-metal multithreading on multi-core processor.
This crate is the infrastructure of kernel threads on rCore OS.
It provides exactly the same API as
std::thread
.Examples
TODO