summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Collapse)AuthorAgeFilesLines
...
* Add INIT_FNs to make sure that librm gets reallocated when needed.Michael Brown2005-04-091-29/+109
|
* Don't zero freed base memory; one block will contain librm.Michael Brown2005-04-091-17/+4Star
|
* Allow ourselves to be freed by basemem.c without being damaged.Michael Brown2005-04-091-0/+16
|
* Need to provide sizeof(struct free_base_memory_header) to assembly code.Michael Brown2005-04-091-0/+23
|
* Note basemem API change.Michael Brown2005-04-091-0/+10
|
* Rewritten in a much saner way, now that we don't have to worry aboutMichael Brown2005-04-091-196/+78Star
| | | | continually reallocating the real-mode stack.
* Split out from etherboot.hMichael Brown2005-04-091-0/+10
|
* basememsize() updates the BIOS FBMS counter at 40:13.Michael Brown2005-04-091-7/+16
|
* PM function called by prot_call() should be allowed to modifyingMichael Brown2005-04-091-2/+15
| | | | registers returned to RM code.
* Add relocate.hMichael Brown2005-04-091-0/+7
| | | | Note that we can't make real-mode calls immediately after relocate_to().
* First versionMichael Brown2005-04-091-0/+6
|
* Added a lot of explanatory comments.Michael Brown2005-04-091-49/+131
| | | | Preserves alignment requested via _max_align parameter to linker.
* callbacks.h no longer existsMichael Brown2005-04-091-1/+0Star
|
* #ifdef 0 out the UNDI loader routine, since it refers to the obsoleteMichael Brown2005-04-091-3/+7
| | | | callback mechanism.
* Old callbacks mechanism is obsolete.Michael Brown2005-04-091-106/+0Star
|
* Moved relocate.c to arch-specific dir, since it involves arch-specificMichael Brown2005-04-091-0/+104
| | | | logic (e.g. avoiding memory regions with A20=0).
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-0853-2726/+3652
|
* Obsolete; not referenced by anything.Michael Brown2005-03-091-6/+0Star
|
* Obsolete; not reference by anything.Michael Brown2005-03-091-6/+0Star
|
* Obsolete; not referenced by anything.Michael Brown2005-03-091-33/+0Star
|
* unhuf.S is obsolete and no longer usedMichael Brown2005-03-091-1/+0Star
|
* Obsolete and no longer usedMichael Brown2005-03-091-400/+0Star
|
* Add rule to generate 16-bit version of decompressorMichael Brown2005-03-091-2/+5
|
* Initial revisionMichael Brown2005-03-08165-0/+22389