updated start symbol comment

git-svn-id: svn://anubis/hos/trunk@82 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
josh 2010-01-07 19:14:34 +00:00
parent 6cd78f195f
commit eb2dd3b1ad
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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: