summaryrefslogtreecommitdiff
path: root/sys.asm
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-12-01 22:19:16 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-12-01 22:19:16 -0500
commit83f17bd07d7eb10f17997cd16d11016a87b87da3 (patch)
tree101f568c4d4114aef5f16cd356b9b8d48e43eb5c /sys.asm
parent8cb8731ece83f4abd7de468a1023c343f96fe52f (diff)
downloadminos-83f17bd07d7eb10f17997cd16d11016a87b87da3.tar.gz
Initial commit - placeholder
Diffstat (limited to 'sys.asm')
-rw-r--r--sys.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys.asm b/sys.asm
new file mode 100644
index 0000000..78a302a
--- /dev/null
+++ b/sys.asm
@@ -0,0 +1,6 @@
+%ifndef _SYS_ASM
+%define _SYS_ASM
+
+
+
+%endif