Skip to content

Commit

Permalink
New page table entry (PTE) flags abstraction for x86_64 and aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Nov 19, 2022
1 parent 0e049c4 commit ba4190c
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 485 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions kernel/pte_flags/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[package]
name = "pte_flags"
authors = ["Nathan Royer <[email protected]>"]
description = "The flags for page table entries/slots."
authors = ["Nathan Royer <[email protected]>", "Kevin Boos <[email protected]"]
description = "The bit flags for page table entries on x86_64 and aarch64."
version = "0.1.0"
edition = "2021"

[dependencies]
cfg-if = "1.0.0"
bitflags = "1.3.2"

[lib]
path = "lib.rs"
crate-type = ["rlib"]
Loading

0 comments on commit ba4190c

Please sign in to comment.