diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 21:18:17 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 21:35:57 +0200 |
commit | 2f82430b488878d321276e6efb10c61042ca2930 (patch) | |
tree | 34455e48a90eb61f1d814ff2c18cb962c02f89a6 /i686/Makefile | |
parent | Add uppercase scancodes (diff) | |
download | kernel-2f82430b488878d321276e6efb10c61042ca2930.tar.xz |
Enable interrupts after enabling the PIC
Diffstat (limited to 'i686/Makefile')
-rw-r--r-- | i686/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i686/Makefile b/i686/Makefile index 431db77..a04e5d3 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -CCFLAGS += -I../grub/include -I../lib +CCFLAGS += -I../grub/include -I../lib -mgeneral-regs-only arch,SRCS = boot.S init.s \ gdt.c lgdt.c \ |