Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / forth / device / README.device
1 The code you find here implements the IEEE 1275-1994 Open Firmware
2 device interface.
3
4 Chapter     File                    Comment
5 <none>      structures.fs           generic structures used by 5.3
6 5.3.2       <none>                  defined in user interface
7 5.3.3       fcode.fs                complete, partly untested
8 5.3.4       package.fs              incomplete
9 5.3.5       property.fs             incomplete
10 5.3.6       display.fs              incomplete
11 5.3.7       other.fs                incomplete
12
13 H2 and
14 5.3.1.1.1   preof.fs                pre-IEEE-1275-1994 words
15             split.fs
16             pathres.fs              path resolution
17
18             table.fs                fcode evaluator
19             feval.fs                (byte-load)
20
21
22 2003/11/12 Stefan Reinauer <stepan@openbios.org>