aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/boot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/boot.rs')
-rw-r--r--src/cpu/boot.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/boot.rs b/src/cpu/boot.rs
new file mode 100644
index 0000000..9ef25bd
--- /dev/null
+++ b/src/cpu/boot.rs
@@ -0,0 +1,3 @@
+//! Boot code
+#[path = "../_arch/arm/cpu/boot.rs"]
+mod arch_boot;