diff options
author | Michael Brown | 2021-01-20 19:08:04 +0100 |
---|---|---|
committer | Michael Brown | 2021-01-22 19:44:58 +0100 |
commit | b99477b3fa6d4063314a313f62b7ae784bcbe710 (patch) | |
tree | 91c8cdc57cac2de558278c81628d9ea7ed02b6ba /src/config/general.h | |
parent | [image] Provide image_set_data() (diff) | |
download | ipxe-b99477b3fa6d4063314a313f62b7ae784bcbe710.tar.gz ipxe-b99477b3fa6d4063314a313f62b7ae784bcbe710.tar.xz ipxe-b99477b3fa6d4063314a313f62b7ae784bcbe710.zip |
[image] Add the "imgmem" command
Provide the "imgmem" command to create an image from an existing block
of memory, for debugging purposes only.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 9edf93b5..9b21f127 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -155,6 +155,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define PROFSTAT_CMD /* Profiling commands */ //#define NTP_CMD /* NTP commands */ //#define CERT_CMD /* Certificate management commands */ +//#define IMAGE_MEM_CMD /* Read memory command */ /* * ROM-specific options |