summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/setup.S
Commit message (Collapse)AuthorAgeFilesLines
* Has been obsolete for a while.Michael Brown2006-05-251-160/+0Star
|
* Move stack out to separate object, so that having a stack doesn't drag inMichael Brown2006-05-021-9/+0Star
| | | | setup.S.
* arch_initialise() is now sufficiently generic that we may as well justMichael Brown2005-04-101-6/+6
| | | | call it initialise() and place it in main.c. :)
* Use librm_arch_initialise for librm, arch_initialise for others.Michael Brown2005-04-101-4/+7
|
* Setup now calls initialise() directly, rather than expecting theMichael Brown2005-04-101-16/+24
| | | | prefix to do it.
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+158