Change entry point
This commit is contained in:
parent
7173bb91ce
commit
c45c2c9228
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ all:$(EXEC)
|
||||||
|
|
||||||
#----- Kernel -----
|
#----- Kernel -----
|
||||||
$(EXEC):entry.o main.o GDT/gdt.o Helpers/helpers.o
|
$(EXEC):entry.o main.o GDT/gdt.o Helpers/helpers.o
|
||||||
$(CXX) --entry=_start -Ttext=0x100000 -o $@ $^
|
$(CXX) --entry=_kernelEntry -Ttext=0x100000 -o $@ $^
|
||||||
#-----------------
|
#-----------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue