Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / packages / packages.fs
diff --git a/qemu/roms/openbios/forth/packages/packages.fs b/qemu/roms/openbios/forth/packages/packages.fs
new file mode 100644 (file)
index 0000000..9f79f9e
--- /dev/null
@@ -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