From c8ed6aa7476b7f506366d9fe56ed6f2e7a12b40d Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 16 Jul 2022 21:03:40 +0200 Subject: amd64: init can print to the terminal now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d7b069..0ecf158 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ AS = x86_64-elf-as CC = x86_64-elf-gcc CHECK = sparse CFLAGS += -g -std=gnu99 -ffreestanding -O2 -Wall -Wextra -Wold-style-definition -Werror=implicit-function-declaration -ftrack-macro-expansion=0 -CFLAGS += -mgeneral-regs-only +CFLAGS += -mgeneral-regs-only -Wno-address-of-packed-member CFLAGS += -Isrc/ SPARSEFLAGS = -Wno-non-pointer-null LFLAGS = -ffreestanding -O2 -nostdlib -lgcc -Wl,-zmax-page-size=4096 -Wl,--no-warn-mismatch -- cgit v1.2.3