summaryrefslogtreecommitdiffstats
path: root/fmk.c
diff options
context:
space:
mode:
Diffstat (limited to 'fmk.c')
-rw-r--r--fmk.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/fmk.c b/fmk.c
new file mode 100644
index 0000000..9df6082
--- /dev/null
+++ b/fmk.c
@@ -0,0 +1,9 @@
+#include <reg.h>
+#include <stdint.h>
+
+int main(void)
+{
+ /* TODO: Replace with an indefinite wait */
+ while (1)
+ ;
+}