ppc64: Don't set Kp bit on SLB
[openbios/afaerber.git] / forth / packages / packages.fs
blob9f79f9e5fc4513ac4ba1189fc0475bbdded96d66
1 \ tag: /packages sub device tree
2 \
3 \ Copyright (C) 2003 Stefan Reinauer
4 \
5 \ See the file "COPYING" for further information about
6 \ the copyright and warranty status of this work.
7 \
9 " /" find-device
11 new-device
12 " packages" device-name
13 : open true ;
14 : close ;
15 finish-device
17 device-end