diff options
| author | Michael Brown | 2015-04-24 17:05:59 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-04-24 17:27:47 +0200 |
| commit | a25a16d4adf663abd8f6eaab266b9444157357b6 (patch) | |
| tree | 9e001b537fb3f79e924d455bc55a894405531c4e /src/util/sortobjdump.pl | |
| parent | [settings] Add "base64" setting type (diff) | |
| download | ipxe-a25a16d4adf663abd8f6eaab266b9444157357b6.tar.gz ipxe-a25a16d4adf663abd8f6eaab266b9444157357b6.tar.xz ipxe-a25a16d4adf663abd8f6eaab266b9444157357b6.zip | |
[vram] Add "vram" built-in setting to dump video RAM
The "vram" setting returns the (Base64-encoded) contents of video RAM,
and can be used to capture a screenshot. For example: after running
memtest.0 and encountering an error, the output can be captured and
sent to a remote server for later diagnosis:
#!ipxe
chain -a http://server/memtest.0 && goto ok || goto bad
:bad
params
param errno ${errno}
param vram ${vram}
chain -a http://server/report.php##params
:ok
Inspired-by: Christian Nilsson <nikize@gmail.com>
Originally-implemented-by: Christian Nilsson <nikize@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/util/sortobjdump.pl')
0 files changed, 0 insertions, 0 deletions
