You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 8406115834 [build] Rename gPXE to iPXE 14 years ago
..
README [build] Rename gPXE to iPXE 14 years ago
build_errcodedb.py [build] Rename gPXE to iPXE 14 years ago
errcode.php [build] Rename gPXE to iPXE 14 years ago
errcode.py [Contribs] Add simple IRC bot for looking up error codes. 16 years ago
errcodedb.py [build] Rename gPXE to iPXE 14 years ago
errcodedb.pyc [build] Rename gPXE to iPXE 14 years ago
gpxebot.py [build] Rename gPXE to iPXE 14 years ago

README

Error Code Lookup for iPXE
==========================
This program looks up iPXE error codes so you can locate the line of source
code which produced the error.

Setup
-----
You must run:
./build_errcodedb.py >errcodedb.py

This extracts error code definitions from the iPXE source code and produces a
"database" which is used by the main program.

Once you have done this errcode.py and errcodedb.py are the only files you
need. They are now independent of the iPXE source code and can be moved
anywhere.

[OPTIONAL]
A PHP script is provided as a web interface. First edit errcode.php to point
$ERRCODE_PATH to the errcode.py script. Then move errcode.php to a location
visible from your web server.

[OPTIONAL]
A simple IRC bot is provided. Edit ipxebot.py to fill in the IRC details.

Usage
-----
Looking up error codes on the command-line:
./errcode.py 0x12345678

Further information
-------------------
See http://etherboot.org/.

Released under the GPL and written by Stefan Hajnoczi <stefanha@gmail.com>.