From 26ab71043d97c1b06bdd252378b64171cb95b1a9 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 19 Aug 2022 21:22:18 -0700 Subject: Updated docs --- src/cpu/boot.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/cpu') 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; -- cgit v1.2.1