mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Fix printing on video console
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user