Switch to cpp

This commit is contained in:
manzerbredes 2015-07-20 16:34:46 +04:00
parent 78f219c0ec
commit 9b856ae4d7
8 changed files with 62 additions and 30 deletions

5
kernel/GDT/Makefile Normal file
View file

@ -0,0 +1,5 @@
gdt.o: gdt.cpp
g++ -m32 -c -o gdt.o gdt.cpp
clean:
rm *.o