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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [Makefile.run] - Diff between revs 17 and 73

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 17 Rev 73
#
#
# Makefile to build a bootable disk, and either start the
# Makefile to build a bootable disk, and either start the
# ECO32 simulator with a ROM monitor (goal: run an OS within
# ECO32 simulator with a ROM monitor (goal: run an OS within
# the simulator) or start the serial line disk server (goal:
# the simulator) or start the serial line disk server (goal:
# run an OS on an FPGA board).
# run an OS on an FPGA board).
#
#
BUILD = ..
BUILD = ..
all:            disk.img
all:            disk.img
run-sim:        disk.img
run-sim:        disk.img
                $(BUILD)/bin/sim -i -t 1 \
                $(BUILD)/bin/sim -i -t 1 \
                  -r $(BUILD)/monitor/monitor.bin \
                  -r $(BUILD)/monitor/xsa-xst-3/monitor.bin \
                  -d disk.img -o run.log
                  -d disk.img -o run.log
run-server:     disk.img
run-server:     disk.img
                $(BUILD)/bin/diskserv disk.img
                $(BUILD)/bin/diskserv disk.img
disk.img:
disk.img:
                $(BUILD)/bin/mkdisk disk.img 100M
                $(BUILD)/bin/mkdisk disk.img 100M
                $(BUILD)/bin/mkpart disk.img disk.part
                $(BUILD)/bin/mkpart disk.img disk.part
                $(MAKE) -C fs-EOS32 all
                $(MAKE) -C fs-EOS32 all
                $(MAKE) -C fs-NetBSD all
                $(MAKE) -C fs-NetBSD all
clean:
clean:
                $(MAKE) -C fs-EOS32 clean
                $(MAKE) -C fs-EOS32 clean
                $(MAKE) -C fs-NetBSD clean
                $(MAKE) -C fs-NetBSD clean
                rm -f *~ disk.img run.log
                rm -f *~ disk.img run.log
 
 

powered by: WebSVN 2.1.0

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