CFLAGS	=-O
C2	= /lib/c2


hello:	../kb1crt0.o hello.o ../dw.o block0.o
	ld -n -e entry block0.o ../kb1crt0.o hello.o ../dw.o -o hello -lc

hello.o:	hello.c

installhello:	hello
#		put kernel stub into root extent at extent block 613
#			(adding 100 for root extent offset!)
#			(plus 2858 to the first user data block!)
	dd if=hello of=/dev/hp1a bs=512 seek=3571 count=100
