1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add vga module to the libOS

This commit is contained in:
Stefan Lankes 2016-07-25 07:59:26 +02:00
parent 3d799af899
commit 85d6ccd8eb

View file

@ -1,4 +1,4 @@
C_source := irq.c idt.c isrs.c gdt.c processor.c timer.c tasks.c apic.c pci.c
C_source := irq.c idt.c isrs.c gdt.c processor.c timer.c tasks.c apic.c pci.c vga.c
ASM_source := entry.asm string.asm
MODULE := arch_x86_kernel