1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

Build gforth interpreter image on installation (via 'postinst'); startup time

now 200ms.  Use correct target-arch dependent gforth kernel image.  Add
documentation.
This commit is contained in:
David Kühling
2010-07-29 00:46:48 +02:00
parent 23955b4887
commit f03c9b2029
2 changed files with 65 additions and 23 deletions

View File

@@ -1,4 +0,0 @@
#! /bin/sh
# Can't cross-build gforth.fi image file. Instead load sources on startup.
exec $0-bin -m 1M -i kernl32l.fi \
exboot.fs startup.fs arch/mips/asm.fs arch/mips/disasm.fs "$@"