Fix printing on video console

This commit is contained in:
Justin C. Miller
2018-04-01 14:19:17 -07:00
parent 7b4388af5c
commit cbb6ca5bd1

View File

@@ -60,7 +60,7 @@ CFLAGS += -DKERNEL_FILENAME="L\"$(KERNEL_FILENAME)\""
CFLAGS += -DEFI_DEBUG=0 -DEFI_DEBUG_CLEAR_MEMORY=0
CFLAGS += -DGNU_EFI_USE_MS_ABI -DHAVE_USE_MS_ABI
BOOT_CFLAGS := -I src/boot $(CFLAGS)
BOOT_CFLAGS := -I src/boot $(CFLAGS) -fPIC
#BOOT_CFLAGS += -DEFI_FUNCTION_WRAPPER
ifdef MAX_HRES