index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
image
/
multiboot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-2
/
+1
*
[build] Include version number within only a single object file
Michael Brown
2012-11-02
1
-1
/
+4
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[multiboot] Place multiboot modules low in memory
Michael Brown
2012-04-19
1
-47
/
+51
*
[multiboot] Include full image URI in command line
Michael Brown
2012-04-15
1
-21
/
+30
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-70
/
+76
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
1
-1
/
+1
*
[multiboot] Reduce length of "Features" startup banner
Michael Brown
2010-09-12
1
-1
/
+1
*
[ioapi] Move get_memmap() to the I/O API group
Piotr JaroszyĆski
2010-08-16
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-8
/
+8
*
[multiboot] Build memory map after shutting down and unhiding gPXE
Stefan Hajnoczi
2009-12-14
1
-2
/
+6
*
[multiboot] Include argv[0] as part of "command line"
Michael Brown
2009-05-26
1
-5
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[multiboot] Work around raw-flag bug in Solaris kernels
Michael Brown
2009-04-24
1
-8
/
+15
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-3
/
+3
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
1
-2
/
+4
*
[multiboot] Allow for unspecified {load,bss}_end_addr for raw images
Michael Brown
2008-09-06
1
-2
/
+5
*
[elf] Add execution entry point debug messages for elf/multiboot images
Michael Brown
2008-08-22
1
-0
/
+2
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
1
-1
/
+1
*
Place multiboot command lines in base memory; Xen won't pick them up
Michael Brown
2007-08-02
1
-36
/
+69
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
1
-2
/
+7
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-0
/
+3
*
make multiboot_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
Move uninitialised .data16 variables to .bss16; saves around 2000
Michael Brown
2007-07-16
1
-3
/
+3
*
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
2007-07-03
1
-1
/
+1
*
Place the actual version string in .data16, rather than just the
Michael Brown
2007-06-30
1
-1
/
+1
*
Replace image->entry with image->priv.
Michael Brown
2007-01-14
1
-3
/
+4
*
Use debug autocolourisation.
Michael Brown
2007-01-14
1
-18
/
+34
*
Place multiboot tables in base memory; at least some OSes won't see it
Michael Brown
2007-01-12
1
-34
/
+64
*
Ensure multiboot modules are in ascending order of memory start
Michael Brown
2007-01-12
1
-15
/
+40
*
Fix the memory map.
Michael Brown
2007-01-12
1
-6
/
+11
*
Force probing of multiboot before ELF.
Michael Brown
2007-01-12
1
-2
/
+2
*
Place command-line inline, to save on memory allocation hassles.
Michael Brown
2007-01-12
1
-7
/
+4
*
Rename copy_user() to memcpy_user(). Add memmove_user() and
Michael Brown
2007-01-12
1
-1
/
+1
*
We may be required to page-align modules, so let's make sure we catch
Michael Brown
2007-01-12
1
-1
/
+7
*
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
2007-01-11
1
-38
/
+92
*
Populate multiboot information structure before calling OS.
Michael Brown
2007-01-11
1
-17
/
+39
*
Capable of starting a multiboot kernel (albeit without the multiboot
Michael Brown
2007-01-11
1
-2
/
+15
*
Capable of loading a multiboot image into memory
Michael Brown
2007-01-11
1
-0
/
+235