From 79dbeb367cc7b39e965c052ebb62076a2118c54c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 9 Jul 2021 16:13:38 +0200 Subject: basic interrupt support --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57100d4..da06cb5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ AS = i686-elf-as CC = i686-elf-gcc CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra +CFLAGS += -mgeneral-regs-only CFLAGS += -I. LFLAGS = -ffreestanding -O2 -nostdlib -lgcc QFLAGS = -no-reboot -d guest_errors,int,pcall,cpu_reset -- cgit v1.2.3