tg-rcore-tutorial-kernel-alloc 0.4.5

Kernel memory allocator for rCore tutorial OS using buddy allocation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tg-rcore-tutorial-kernel-alloc"
description = "Kernel memory allocator for rCore tutorial OS using buddy allocation."
version = "0.4.5"
edition = "2024"
authors = ["YdrMaster <ydrml@hotmail.com>"]
repository = "https://github.com/rcore-os/tg-rcore-tutorial-kernel-alloc"
homepage = "https://github.com/rcore-os/tg-rcore-tutorial-kernel-alloc/tree/test"
documentation = "https://docs.rs/tg-rcore-tutorial-kernel-alloc"
license = "GPL-3.0"
readme = "README.md"
keywords = ["rcore", "kernel", "allocator", "riscv"]
categories = ["no-std", "embedded", "memory-management"]

[dependencies]
log = "0.4"
customizable-buddy = "0.0.3"
page-table = "0.0.6"