Rev 1038 | Rev 1299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1038 | Rev 1182 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | image.boot: kernel uspace |
31 | image.boot: kernel uspace |
32 | gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot |
32 | gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot |
33 | e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin |
33 | e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin |
34 | e2cp $(USPACEDIR)/init/init image.boot:/init |
34 | e2cp $(USPACEDIR)/init/init image.boot:/init |
35 | e2cp $(USPACEDIR)/ns/ns image.boot:/ns |
35 | e2cp $(USPACEDIR)/ns/ns image.boot:/ns |
- | 36 | e2cp $(USPACEDIR)/pci/pci image.boot:/pci |
|
36 | 37 | ||
37 | clean: clean_kernel clean_uspace |
38 | clean: clean_kernel clean_uspace |
38 | -rm -f image.boot |
39 | -rm -f image.boot |
39 | 40 | ||
40 | arch_distclean: distclean_kernel distclean_uspace |
41 | arch_distclean: distclean_kernel distclean_uspace |