| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | We can now load an initrd as well as a kernel | Michael Brown | 2007-01-14 | 1 | -5/+93 |
| * | Make the getmemsize() prototype available in memsizes.h, for code that | Michael Brown | 2007-01-14 | 1 | -0/+1 |
| * | Actually, the initrd image should be architecture-independent. | Michael Brown | 2007-01-14 | 1 | -37/+0 |
| * | Add dummy "initrd" image format, just so that images can be marked as | Michael Brown | 2007-01-14 | 1 | -0/+37 |
| * | Copy command line at execution time rather than load time. | Michael Brown | 2007-01-14 | 1 | -35/+132 |
| * | Split bzimage_load into separate functions | Michael Brown | 2007-01-14 | 1 | -81/+183 |
| * | Can start a Linux kernel directly (albeit with no initrd support) | Michael Brown | 2007-01-14 | 1 | -8/+29 |
| * | Can almost start a kernel now. It dies with "No setup signature found" | Michael Brown | 2007-01-14 | 1 | -5/+115 |
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 1 | -0/+81 |
| * | Replace image->entry with image->priv. | Michael Brown | 2007-01-14 | 2 | -4/+9 |
| * | Mostly updated. Won't work yet. | Michael Brown | 2007-01-14 | 1 | -199/+172 |
| * | Select a PXE network device before starting PXE NBP. | Michael Brown | 2007-01-14 | 1 | -2/+30 |
| * | Use debug autocolourisation. | Michael Brown | 2007-01-14 | 1 | -18/+34 |
| * | I prefer IMAGE_XXX to XXX_IMAGE. | Michael Brown | 2007-01-13 | 1 | -0/+83 |
| * | 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-12 | 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 |
| * | Move include/image.h to include/gpxe/image.h | Michael Brown | 2007-01-11 | 1 | -4/+3 |
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 1 | -1/+0 |
| * | Obsolete | Michael Brown | 2007-01-04 | 1 | -93/+0 |
| * | NBI is due for removal | Michael Brown | 2006-05-24 | 1 | -0/+5 |
| * | Gave up on adding POSIX errno's as required, and just added (almost) all | Michael Brown | 2006-04-28 | 1 | -15/+15 |
| * | gcc is rather over-aggressive about optimising out static data structures | Michael Brown | 2006-04-24 | 1 | -1/+1 |
| * | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 1 | -1/+0 |
| * | Moved pxe_loader.c to pxe_image.c to avoid name clash | Michael Brown | 2005-05-24 | 1 | -0/+94 |
| * | Added doxygen comments and errno values. | Michael Brown | 2005-05-18 | 1 | -29/+135 |
| * | Moved NBI support to nbi.c, modified to work with new load mechanism | Michael Brown | 2005-05-17 | 1 | -0/+306 |