diff options
Diffstat (limited to 'roms/openbios/forth/packages/packages.fs')
-rw-r--r-- | roms/openbios/forth/packages/packages.fs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/openbios/forth/packages/packages.fs b/roms/openbios/forth/packages/packages.fs new file mode 100644 index 000000000..9f79f9e5f --- /dev/null +++ b/roms/openbios/forth/packages/packages.fs @@ -0,0 +1,17 @@ +\ tag: /packages sub device tree +\ +\ Copyright (C) 2003 Stefan Reinauer +\ +\ See the file "COPYING" for further information about +\ the copyright and warranty status of this work. +\ + +" /" find-device + +new-device + " packages" device-name + : open true ; + : close ; +finish-device + +device-end |