diff options
Diffstat (limited to 'arch/x86_64/config.mk')
-rw-r--r-- | arch/x86_64/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/config.mk b/arch/x86_64/config.mk new file mode 100644 index 0000000..ecbef44 --- /dev/null +++ b/arch/x86_64/config.mk @@ -0,0 +1,2 @@ +CPPFLAGS += -DCHAR_IS_INT8 -DSHORT_IS_INT16 -DINT_IS_INT32 +CPPFLAGS += -DENABLE_VGA |