aboutsummaryrefslogtreecommitdiff
path: root/toast.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-08-13 20:31:28 +1200
committerDavid <dbphillipsnz@gmail.com>2013-08-13 20:31:28 +1200
commitbc6b1dde4d5a9fd2779c6328b43553488f46fa45 (patch)
tree1232ec59e38ca92372c65143c1e8c0a945c5d324 /toast.h
downloadtoast-bc6b1dde4d5a9fd2779c6328b43553488f46fa45.tar.xz
Initial Commit
Diffstat (limited to 'toast.h')
-rw-r--r--toast.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/toast.h b/toast.h
new file mode 100644
index 0000000..6299fb9
--- /dev/null
+++ b/toast.h
@@ -0,0 +1,17 @@
+#ifndef __TOAST_H
+#define __TOAST_H
+
+#define KERNEL_VERSION "0.1"
+#define KERNEL_NICKNAME "Unstable"
+
+#include <stdbool.h> // Get our booleans defined
+#include <stdint.h> // uint_8 etc
+
+#include <console.h>
+#include <lowlevel.h>
+#include <string.h>
+
+// KERNEL.C
+void kernel_main();
+
+#endif \ No newline at end of file