translate keyboard scancode
This commit is contained in:
@@ -7,7 +7,7 @@ CC = gcc
|
||||
ASMC = nasm
|
||||
LD = ld
|
||||
|
||||
CFLAGS = -ffreestanding -fshort-wchar
|
||||
CFLAGS = -ffreestanding -fshort-wchar -mno-red-zone
|
||||
ASMFLAGS =
|
||||
LDFLAGS = -T $(LDS) -static -Bsymbolic -nostdlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user