Correct some mistake
This commit is contained in:
parent
dd1226fb1f
commit
7173bb91ce
7 changed files with 22 additions and 8 deletions
|
@ -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 $@ $^
|
||||
#-----------------
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue