From 19b42cc0787da77516c0edadd6f206a09c4d936d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:32:16 +0000 Subject: Rename main0 to main. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31bc946..cde81e5 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ kernel : $(OBJS) bootother.S initcode.S $(LD) -N -e start -Ttext 0 -o initcode.out initcode.o $(OBJCOPY) -S -O binary initcode.out initcode $(OBJDUMP) -S initcode.o > initcode.asm - $(LD) -Ttext 0x100000 -e main0 -o kernel $(OBJS) -b binary initcode bootother + $(LD) -Ttext 0x100000 -e main -o kernel $(OBJS) -b binary initcode bootother $(OBJDUMP) -S kernel > kernel.asm $(OBJDUMP) -t kernel | awk '/SYMBOL TABLE/ { go=1; next } go {print $$1, $$NF}' >kernel.sym -- cgit v1.2.3