File:  [gforth] / gforth / arch / lm32 / mach.sh
Revision 1.1: download - view: text, annotated - select for diffs
Thu Feb 9 00:37:39 2012 UTC (12 years, 2 months ago) by dvdkhlng
Branches: MAIN
CVS tags: HEAD
After some debugging&fixing, Gforth-EC boots on Milkymist1 (started from Bios)

#! /bin/sh

output="gforth-lm32.bin"

cp $1- ${output}
cp $1- $1

echo "*** Gforth-EC image for LM32/Milkymist stored in gforth-lm32.bin ***"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>