1 Jan 2010 19:17
r655 - in trunk/openbios-devel/forth: device packages system
Author: mcayland Date: 2010-01-01 19:17:15 +0100 (Fri, 01 Jan 2010) New Revision: 655 Modified: trunk/openbios-devel/forth/device/builtin.fs trunk/openbios-devel/forth/device/device.fs trunk/openbios-devel/forth/device/tree.fs trunk/openbios-devel/forth/packages/deblocker.fs trunk/openbios-devel/forth/packages/disklabel.fs trunk/openbios-devel/forth/packages/obp-tftp.fs trunk/openbios-devel/forth/packages/packages.fs trunk/openbios-devel/forth/packages/terminal-emulator.fs trunk/openbios-devel/forth/system/ciface.fs Log: Change the new-device word so that subsequent words within a new device are added to the public wordlist and not the private wordlist by default. This is required for executing Milax Fcode which defines package words which need to be externally visible. As a consequence, it is now possible to remove lots of "external" words used building the device tree since this is now the default. Modified: trunk/openbios-devel/forth/device/builtin.fs =================================================================== --- trunk/openbios-devel/forth/device/builtin.fs 2009-12-30 10:54:52 UTC (rev 654) +++ trunk/openbios-devel/forth/device/builtin.fs 2010-01-01 18:17:15 UTC (rev 655) <at> <at> -14,13 +14,11 <at> <at>(Continue reading)
RSS Feed