Switch to cpp
This commit is contained in:
parent
78f219c0ec
commit
9b856ae4d7
8 changed files with 62 additions and 30 deletions
5
kernel/GDT/Makefile
Normal file
5
kernel/GDT/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
gdt.o: gdt.cpp
|
||||
g++ -m32 -c -o gdt.o gdt.cpp
|
||||
|
||||
clean:
|
||||
rm *.o
|
Loading…
Add table
Add a link
Reference in a new issue