Subversion Repositories HelenOS-historic

Rev

Rev 645 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 645 Rev 648
Line 7... Line 7...
7
 
7
 
8
build: kernel uspace
8
build: kernel uspace
9
	gunzip -c grub/grub.img.gz > image.bin
9
	gunzip -c grub/grub.img.gz > image.bin
10
	e2cp $(KERNELDIR)/kernel.bin image.bin:/boot/kernel.bin
10
	e2cp $(KERNELDIR)/kernel.bin image.bin:/boot/kernel.bin
11
	e2cp $(USPACEDIR)/init/init image.bin:/init
11
	e2cp $(USPACEDIR)/init/init image.bin:/init
12
	e2cp grub/README grub/COPYING image.bin:/boot
-
 
13
 
12
 
14
kernel:
13
kernel:
15
	$(MAKE) -C $(KERNELDIR)
14
	$(MAKE) -C $(KERNELDIR)
16
 
15
 
17
uspace:
16
uspace: