aboutsummaryrefslogtreecommitdiff
path: root/config.asm
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-11-23 16:09:08 +0100
committerAnton Khirnov <anton@khirnov.net>2022-11-23 16:27:59 +0100
commitbda9a532a8edfbac51717979fc11117a9bdfee30 (patch)
tree25e8772b8cd86e4034c6c12dc6f6d31fef769e83 /config.asm
parent71c57b6bb58ac03699e0c9723c9a5765e2526690 (diff)
Preliminary make support.make
Diffstat (limited to 'config.asm')
-rw-r--r--config.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.asm b/config.asm
new file mode 100644
index 0000000..9eaa8e4
--- /dev/null
+++ b/config.asm
@@ -0,0 +1,6 @@
+%define ARCH_X86 1
+
+%define ARCH_X86_32 0
+
+%define ARCH_X86_64 1
+