aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-19 21:22:18 -0700
committerChristian Cunningham <cc@localhost>2022-08-19 21:22:18 -0700
commit26ab71043d97c1b06bdd252378b64171cb95b1a9 (patch)
tree9bea25574fc20e77a4faae6811add97e0a248175 /src/cpu
parent0d061dac9e31831e4fe426a0df777463043868d7 (diff)
Updated docs
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/boot.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cpu/boot.rs b/src/cpu/boot.rs
index 9ef25bd..43d8934 100644
--- a/src/cpu/boot.rs
+++ b/src/cpu/boot.rs
@@ -1,3 +1,8 @@
-//! Boot code
+//! # Boot code
+//!
+//! ## Architectural Boot code.
+//!
+//! Provides the initial handoff function from Assembly to Rust.
+
#[path = "../_arch/arm/cpu/boot.rs"]
mod arch_boot;