summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/multiboot.c
Commit message (Expand)AuthorAgeFilesLines
* [multiboot] Allow for unspecified {load,bss}_end_addr for raw imagesMichael Brown2008-09-061-2/+5
* [elf] Add execution entry point debug messages for elf/multiboot imagesMichael Brown2008-08-221-0/+2
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-1/+1
* Place multiboot command lines in base memory; Xen won't pick them upMichael Brown2007-08-031-36/+69
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-2/+7
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-0/+3
* make multiboot_load staticHolger Lubitz2007-07-271-1/+1
* Move uninitialised .data16 variables to .bss16; saves around 2000Michael Brown2007-07-161-3/+3
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-1/+1
* Place the actual version string in .data16, rather than just theMichael Brown2007-06-301-1/+1
* Replace image->entry with image->priv.Michael Brown2007-01-141-3/+4
* Use debug autocolourisation.Michael Brown2007-01-141-18/+34
* Place multiboot tables in base memory; at least some OSes won't see itMichael Brown2007-01-121-34/+64
* Ensure multiboot modules are in ascending order of memory startMichael Brown2007-01-121-15/+40
* Fix the memory map.Michael Brown2007-01-121-6/+11
* Force probing of multiboot before ELF.Michael Brown2007-01-121-2/+2
* Place command-line inline, to save on memory allocation hassles.Michael Brown2007-01-121-7/+4Star
* Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown2007-01-121-1/+1
* We may be required to page-align modules, so let's make sure we catchMichael Brown2007-01-121-1/+7
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-38/+92
* Populate multiboot information structure before calling OS.Michael Brown2007-01-111-17/+39
* Capable of starting a multiboot kernel (albeit without the multibootMichael Brown2007-01-111-2/+15
* Capable of loading a multiboot image into memoryMichael Brown2007-01-111-0/+235