historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/forth/packages/packages.fs
2024-01-16 11:20:27 -06:00

17 lines
294 B
Forth

\ 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