old-MTGos-old/kernel.settings
Morten Delenk 39b2261758 Keyboard driver now works
!forgot, that the §-sign was not in Codepage 437 (The input is no longer offset while holding the shift button)
+Added modifier key support
2015-10-17 17:03:32 +02:00

13 lines
191 B
Text

MODE = debug
#MODE = release # enables optimization
#PREFIX =
PREFIX = i686-elf-
ifeq ($(MODE),debug)
CFLAGS += -g3 -DDEBUG
CPPFLAGS += -g3 -DDEBUG
else
# CFLAGS +=
# CPPFLAGS +=
endif