[package]
name = "tg-rcore-tutorial-multi-processor-kernel-alloc-wzy"
description = "Kernel memory allocator for rCore Tutorial OS using buddy allocation, with SMP support."
version = "0.1.0-preview.1"
edition = "2024"
authors = ["Ziyan Wang <charliewang.cpp@gmail.com>"]
repository = "https://github.com/CharlieVinnie/tg-rcore-tutorial"
homepage = "https://github.com/CharlieVinnie/tg-rcore-tutorial/tree/smp"
documentation = "https://docs.rs/tg-rcore-tutorial-kernel-alloc"
license = "GPL-3.0"
readme = "README.md"
keywords = ["ai", "ai4ose", "kernel", "learning", "os"]
categories = ["no-std", "embedded", "memory-management"]
[dependencies]
log = "0.4"
customizable-buddy = "0.0.3"
page-table = "0.0.6"
tg-sync = { package = "tg-rcore-tutorial-multi-processor-sync-wzy", version = "0.1.0-preview.1" }