Pinned
Repositories
Showing 10 of 26 repositories
- multiboot2 Public
The multiboot2 crate helps to parse the Multiboot2 information structure (MBI) and is relevant in kernels, that get booted by a bootloader such as GRUB, for example. multiboot2-header helps you to either build Multiboot2-headers yourself, or to parse Multiboot2 headers in custom bootloader or similar applications.
- linked-list-allocator Public
-
- spinning_top Public
A simple spinlock crate based on the abstractions provided by the `lock_api` crate.