From 8a7eb80e47546fab8decf3fdc1579cd8a137e406 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 16 Jul 2006 16:03:51 +0000 Subject: fix main return type --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1203a3d..e514580 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ kernel : $(OBJS) bootother.S user1 usertests userfs $(LD) -N -e start -Ttext 0x7000 -o bootother.out bootother.o $(OBJCOPY) -S -O binary bootother.out bootother $(OBJDUMP) -S bootother.o > bootother.asm - $(LD) -Ttext 0x100000 -e main -o kernel $(OBJS) -b binary bootother user1 usertests userfs + $(LD) -Ttext 0x100000 -e main0 -o kernel $(OBJS) -b binary bootother user1 usertests userfs $(OBJDUMP) -S kernel > kernel.asm vectors.S : vectors.pl -- cgit v1.2.3