index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
gpxe
/
image.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
1
-6
/
+23
*
Quick hack to get image booting working again
Michael Brown
2007-06-28
1
-0
/
+1
*
Added (non-functional) reference count to struct image
Michael Brown
2007-05-01
1
-0
/
+24
*
Can almost start a kernel now. It dies with "No setup signature found"
Michael Brown
2007-01-14
1
-0
/
+1
*
Replace image->entry with image->priv.
Michael Brown
2007-01-14
1
-2
/
+5
*
Let ifmgmt.c take care of calling efree(), since it's the once which
Michael Brown
2007-01-12
1
-1
/
+1
*
Rearrange struct image to reflect usage of the fields
Michael Brown
2007-01-12
1
-7
/
+4
*
API change: the raw image will no longer be (hypothetically) discarded
Michael Brown
2007-01-12
1
-4
/
+2
*
Force probing of multiboot before ELF.
Michael Brown
2007-01-12
1
-8
/
+20
*
fetch() now knows nothing about struct image; it simply loads a file and
Michael Brown
2007-01-12
1
-8
/
+0
*
Add free_image
Michael Brown
2007-01-12
1
-0
/
+1
*
Added IMAGE_LOADED flag and find_image()
Michael Brown
2007-01-12
1
-0
/
+7
*
Place command-line inline, to save on memory allocation hassles.
Michael Brown
2007-01-12
1
-1
/
+12
*
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
2007-01-11
1
-17
/
+44
*
Add command line that can be passed to executed images.
Michael Brown
2007-01-11
1
-0
/
+3
*
Limit -ENOEXEC to mean "this is not in my format".
Michael Brown
2007-01-11
1
-0
/
+8
*
Rename "image" field to "data", because "image->image" is just confusing.
Michael Brown
2007-01-11
1
-1
/
+1
*
Move include/image.h to include/gpxe/image.h
Michael Brown
2007-01-11
1
-0
/
+60