summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/forth/packages/packages.fs
blob: 9f79f9e5fc4513ac4ba1189fc0475bbdded96d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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