1 2 3 4 5 6 7 8 9 10
include ../Makefile.config CCFLAGS += -I../grub/include -I../lib -mgeneral-regs-only arch,SRCS = boot.S init.s \ gdt.c lgdt.c \ lidt.c isr.c include ../rules.mk