aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-17 22:14:15 -0700
committerChristian Cunningham <cc@localhost>2022-08-17 22:14:15 -0700
commit91d0ae783e51062f77b120b05c97cd352b9b86d5 (patch)
tree0270dfe976f91c11e62bb960420b366c08545d6f /src/cpu
Initial commit
Diffstat (limited to 'src/cpu')
-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;