OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [disk/] [tools/] [fs-Linux/] [Makefile.run] - Rev 211

Compare with Previous | Blame | View Log

#
# Makefile for building a Linux partition
#

BUILD = ../..
DISK = ../disk.img

all:
                cat br.bin mvstrt.bin \
                  ../../../os-bin/Linux/vmlinux.bin >part.img
                dd if=part.img of=$(DISK) bs=512 \
                  seek=204800 conv=notrunc

clean:
                rm -f *~ part.img

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.