aboutsummaryrefslogtreecommitdiff
path: root/config.asm
diff options
context:
space:
mode:
Diffstat (limited to 'config.asm')
-rw-r--r--config.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.asm b/config.asm
new file mode 100644
index 0000000..dfe7b30
--- /dev/null
+++ b/config.asm
@@ -0,0 +1,5 @@
+%define ARCH_X86 1
+%define ARCH_X86_32 0
+%define ARCH_X86_64 1
+%define HAVE_ALIGNED_STACK 1
+%define HAVE_CPUNOP 1