summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/relocate.c
Commit message (Expand)AuthorAgeFilesLines
* [relocate] Guard against systems that report empty memory regionsMichael Brown2008-09-231-5/+10
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-1/+1
* Move memmap.h out of arch/i386; it no longer contains anythingMichael Brown2007-01-111-1/+1
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Update relocate() to work with get_memmap().Michael Brown2006-05-251-66/+44Star
* Towards a(nother) new real-mode infrastructure, in which we takeMichael Brown2006-05-021-50/+28Star
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
* Post-relocation functions use the generic table mechanism.Michael Brown2005-04-271-2/+4
* Standardised debug mechanism in place now.Michael Brown2005-04-141-7/+0Star
* Added post-relocation function table.Michael Brown2005-04-101-5/+20
* Don't build relocate() under KEEP_IT_REALMichael Brown2005-04-091-0/+4
* Add relocate.hMichael Brown2005-04-091-0/+7
* Added a lot of explanatory comments.Michael Brown2005-04-091-49/+131
* Moved relocate.c to arch-specific dir, since it involves arch-specificMichael Brown2005-04-091-0/+104