]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[prefix] Add a generic raw image prefix 266/head
authorMichael Brown <mcb30@ipxe.org>
Thu, 18 Feb 2021 12:13:12 +0000 (12:13 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 18 Feb 2021 13:53:26 +0000 (13:53 +0000)
commit22bb29eabc2f68f3e60e99df4ef33984b7795a49
treeb86e7af2881a82c0d1f1c32f3f6812d79a828b7c
parent8446a439b37ae0a70693899363d0ee7c24fba935
[prefix] Add a generic raw image prefix

Provide a generic raw image prefix, which assumes that the iPXE image
has been loaded in its entirety on a paragraph boundary.

The resulting .raw image can be loaded via RPL using an rpld.conf file
such as:

    HOST {
        ethernet = 00:00:00:00:00:00/6;
        FILE {
            path="ipxe.raw";
            load=0x2000;
        };
        execute=0x2000;
    };

Debugged-by: Johannes Heimansberg <git@jhe.dedyn.io>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/prefix/rawprefix.S [new file with mode: 0644]