diff options
| author | Michael Brown | 2008-01-22 19:53:01 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-01-22 19:53:01 +0100 |
| commit | 122abb50af8fa823778e185961f65122ff7b4270 (patch) | |
| tree | 6129b8d1e4084f5c5f89093031853eebb477e69d /src/image/embed.S | |
| parent | Add preliminary support for MTFTP. (diff) | |
| parent | Make seek information part of the xfer metadata, rather than an entirely (diff) | |
| download | ipxe-122abb50af8fa823778e185961f65122ff7b4270.tar.gz ipxe-122abb50af8fa823778e185961f65122ff7b4270.tar.xz ipxe-122abb50af8fa823778e185961f65122ff7b4270.zip | |
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src/image/embed.S')
| -rw-r--r-- | src/image/embed.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/image/embed.S b/src/image/embed.S new file mode 100644 index 000000000..4541bfdc2 --- /dev/null +++ b/src/image/embed.S @@ -0,0 +1,7 @@ + .section ".data", "aw" + .balign 4 + .globl _embedded_image_start +_embedded_image_start: + .incbin EMBEDIMG + .globl _embedded_image_end +_embedded_image_end: |
