Correct some mistake

This commit is contained in:
manzerbredes 2015-07-21 14:23:57 +04:00
parent dd1226fb1f
commit 7173bb91ce
7 changed files with 22 additions and 8 deletions

View file

@ -7,7 +7,7 @@ all:$(EXEC)
#----- Kernel -----
$(EXEC):entry.o main.o GDT/gdt.o Helpers/helpers.o
ld -m elf_i386 --entry=_start -Ttext=0x100000 -o $@ $^
$(CXX) --entry=_start -Ttext=0x100000 -o $@ $^
#-----------------