Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > by-pkgid > 654f24f49da583fb670c016a6a74b8af > files > 3

feval-0.2.6-5mdk.i586.rpm

Welcome to the OpenBIOS fcode evaluator README. Here you'll find a short
description about the evaluator and how to use it.

Table of contents:

1. What is the OpenBIOS fcode evaluator?
2. What is required to build the OpenBIOS evaluator?
3. How to use the OpenBIOS evaluator
4. Contact

---------------------------------------------------------------------

1. What is the OpenBIOS evaluator?
   feval is a GPLed FCode evaluator. It can evaluate (execute)
   fcode bytecode files as described by the IEEE 1275-1994 standard.
   This program aims towards IEEE 1275-1994 compliancy, but there is
   no warranty that it is actually compliant.
   bytecode files normally contain Open Firmware drivers or other 
   packages for use with an Open Firmware compliant system.
   In general, feval is working similar to a Java Virtual Machine.
   
   
2. What is required to build the OpenBIOS fcode evaluator?
   feval should build on any GNU system, although currently only
   Linux on i386/alpha/ia64 are tested.
   To build feval, just enter "make". To clean up an existing build, 
   use "make clean" or "make distclean"
   
3. How to use the OpenBIOS FCode evaluator
   execute an fcode binary file with 
	feval [-v|--verbose] <file.fc> <file.fc> ...
   Get help with:
	feval [-h|--help]

4. Contact
   Any ideas, bug reports, patches, contributions, discussion is 
   welcome.
   Stefan Reinauer <stepan@openbios.net>