summaryrefslogtreecommitdiffstats
path: root/src/image/segment.c
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-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 messageMichael Brown2009-03-311-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 mapMichael Brown2008-09-071-0/+2
|
* Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown2007-01-111-0/+72
and get_memmap() in image/segment.c