2014-12-09 10:09:03 +01:00
|
|
|
C_source := tasks.c vga.c gdt.c irq.c idt.c isrs.c timer.c processor.c uart.c pci.c
|
2013-11-08 22:06:07 +01:00
|
|
|
ASM_source := entry.asm string32.asm
|
2013-11-08 17:22:37 +01:00
|
|
|
MODULE := arch_x86_kernel
|
|
|
|
|
|
|
|
include $(TOPDIR)/Makefile.inc
|