| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 |
| | | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | ||||
| * | [segment] Add "Requested memory not available" error message | Michael Brown | 2009-03-31 | 1 | -0/+11 |
| | | | | | | | | | | | | prep_segment() can sometimes fail because an image requests memory that is already in use by gPXE. This will happen if e.g. undionly.kpxe is used to boot memtest86; the memtest86 image is an old-format kernel that needs to be loaded at 9000:0000, but this area of memory may well already be in use by the underlying PXE stack. Add a human-friendly error message, so that the cause is more immediately visible. | ||||
| * | [pcbios] Add extra debugging messages relating to the system memory map | Michael Brown | 2008-09-07 | 1 | -0/+2 |
| | | |||||
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 1 | -0/+72 |
| and get_memmap() in image/segment.c | |||||
