aboutsummaryrefslogtreecommitdiff
path: root/usr/src/init.S
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/init.S')
-rw-r--r--usr/src/init.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/init.S b/usr/src/init.S
new file mode 100644
index 0000000..6566f20
--- /dev/null
+++ b/usr/src/init.S
@@ -0,0 +1,8 @@
+.global _start
+.text
+
+_start:
+.Loop:
+ // TODO
+ // wfi
+ j .Loop