aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions
Commit message (Expand)AuthorAgeFilesLines
...
* Preserve GDT across prot_call().Michael Brown2006-05-061-6/+12
* This line should not have been checked inMichael Brown2006-05-041-1/+0
* Add infrastructure to support access to .data16 (and .text16) variablesMichael Brown2006-05-041-74/+122
* Create two easy-to-use entry points in libprefix: install andMichael Brown2006-05-021-1/+1
* Towards a(nother) new real-mode infrastructure, in which we takeMichael Brown2006-05-022-694/+291
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
* (librm_base-1b) is already an offset; no need to apply OFFSET().Michael Brown2006-04-241-1/+1
* Update to cope with changes in registers.hMichael Brown2005-05-203-24/+24
* Cleaner separation of functionality between post_reloc andMichael Brown2005-04-111-14/+8
* initialise() doesn't take regsMichael Brown2005-04-101-2/+2
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-101-3/+3
* Heading towards a sane set of control functionsMichael Brown2005-04-101-27/+39
* Make prot_call() able to transparently return via the newly installed copyMichael Brown2005-04-102-33/+73
* lgdt needs data32 prefix, otherwise it loads only 24 bits. (sgdtMichael Brown2005-04-091-1/+1
* Add INIT_FNs to make sure that librm gets reallocated when needed.Michael Brown2005-04-091-29/+109
* Allow ourselves to be freed by basemem.c without being damaged.Michael Brown2005-04-091-0/+16
* PM function called by prot_call() should be allowed to modifyingMichael Brown2005-04-091-2/+15
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-084-0/+1021