aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
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;