summaryrefslogtreecommitdiff
path: root/arch/i386/lib/realmode.c
Commit message (Collapse)AuthorAgeLines
* x86: Rename linker script symbolsGraeme Russ2010-10-07-7/+7
| | | | Create more generic names for the symbols exported from the linker script
* x86: Fix copying of Real-Mode code into RAMGraeme Russ2010-05-06-1/+1
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-0/+100
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>