summaryrefslogtreecommitdiff
path: root/src/entryfuncs.S
Commit message (Expand)AuthorAgeFilesLines
* Use an aligned stack offset when entering on the extra stackKevin O'Connor2014-11-121-0/+2
* Remove unused macro ENTRY_STKevin O'Connor2014-10-271-23/+0
* Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor2014-10-271-4/+40
* Don't clobber %ax on ENTRY_INTO32 macroKevin O'Connor2014-10-271-3/+2
* build: Use customized entry point for each type of build.Kevin O'Connor2014-06-111-6/+0
* Add macros for pushing and popping struct bregsDavid Woodhouse2013-02-051-45/+29
* Don't pass return address to transition(32,16,16big) on stack.Kevin O'Connor2010-11-251-1/+1
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-0/+6
* Support %ebp register in 'struct bregs'.Kevin O'Connor2009-05-161-2/+8
* Define unified entry points for irq handlers.Kevin O'Connor2009-05-161-27/+54
* Move assembler entry macros in romlayout.S into new file entryfuncs.S.Kevin O'Connor2009-05-061-0/+134