updated start symbol comment
git-svn-id: svn://anubis/hos/trunk@82 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
parent
6cd78f195f
commit
eb2dd3b1ad
@ -28,7 +28,7 @@ $(KERNEL).gz: $(KERNEL)
|
|||||||
$(KERNEL): $(KERNEL).o
|
$(KERNEL): $(KERNEL).o
|
||||||
$(LD) $(LDFLAGS) -o $@ $<
|
$(LD) $(LDFLAGS) -o $@ $<
|
||||||
$(OBJDUMP) --disassemble --source $@ > $@.dump
|
$(OBJDUMP) --disassemble --source $@ > $@.dump
|
||||||
strip $@
|
# strip $@
|
||||||
|
|
||||||
$(KERNEL).o: $(SUBDIRS)
|
$(KERNEL).o: $(SUBDIRS)
|
||||||
$(LD) -r -o $@ $(foreach subdir,$(SUBDIRS),$(subdir)/$(subdir)_all.o) $(LDLIBS)
|
$(LD) -r -o $@ $(foreach subdir,$(SUBDIRS),$(subdir)/$(subdir)_all.o) $(LDLIBS)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
extern k_bootstrap, bootstrap_stack
|
extern k_bootstrap, bootstrap_stack
|
||||||
|
|
||||||
;**************************************************************************
|
;**************************************************************************
|
||||||
;* This is the first symbol in the .text section *
|
;* This is the entry point for the kernel. *
|
||||||
;**************************************************************************
|
;**************************************************************************
|
||||||
[global start]
|
[global start]
|
||||||
start:
|
start:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user