From eb2dd3b1ad26241bc460b4842e4e6709e3519c0c Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 7 Jan 2010 19:14:34 +0000 Subject: [PATCH] updated start symbol comment git-svn-id: svn://anubis/hos/trunk@82 5b3e749e-e535-0410-8002-a9bb6afbdfca --- kernel/Makefile | 2 +- kernel/boot/boot.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 2bfc021..260cd38 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -28,7 +28,7 @@ $(KERNEL).gz: $(KERNEL) $(KERNEL): $(KERNEL).o $(LD) $(LDFLAGS) -o $@ $< $(OBJDUMP) --disassemble --source $@ > $@.dump - strip $@ +# strip $@ $(KERNEL).o: $(SUBDIRS) $(LD) -r -o $@ $(foreach subdir,$(SUBDIRS),$(subdir)/$(subdir)_all.o) $(LDLIBS) diff --git a/kernel/boot/boot.asm b/kernel/boot/boot.asm index a59c30f..4affbed 100644 --- a/kernel/boot/boot.asm +++ b/kernel/boot/boot.asm @@ -9,7 +9,7 @@ extern k_bootstrap, bootstrap_stack ;************************************************************************** -;* This is the first symbol in the .text section * +;* This is the entry point for the kernel. * ;************************************************************************** [global start] start: