Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/axmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ version.workspace = true
edition.workspace = true
authors = ["Yuekai Jia <[email protected]>"]
description = "ArceOS virtual memory management module"
license.workspace = true
homepage.workspace = true
repository = "https://github.com/arceos-org/arceos/tree/main/modules/axmm"
documentation = "https://arceos-org.github.io/arceos/axmm/index.html"

[dependencies]
axhal = { workspace = true, features = ["paging"] }
axalloc = { workspace = true }
axconfig = { workspace = true }

log = "=0.4.21"
Expand All @@ -21,3 +19,7 @@ memory_addr = "0.3"
kspin = "0.1"
memory_set = "0.3"
page_table_multiarch = "0.5.3"
page_table_entry = "0.5.3"
cfg-if = "1.0"

aspace_generic = { git = "https://github.com/arceos-org/aspace_generic.git", features = ["uspace"] }
Loading
Loading