aboutsummaryrefslogtreecommitdiff
path: root/src/entryfuncs.S
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Use an aligned stack offset when entering on the extra stackKevin O'Connor1-0/+2
2014-10-27Remove unused macro ENTRY_STKevin O'Connor1-23/+0
2014-10-27Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor1-4/+40
2014-10-27Don't clobber %ax on ENTRY_INTO32 macroKevin O'Connor1-3/+2
2014-06-11build: Use customized entry point for each type of build.Kevin O'Connor1-6/+0
2013-02-05Add macros for pushing and popping struct bregsDavid Woodhouse1-45/+29
2010-11-25Don't pass return address to transition(32,16,16big) on stack.Kevin O'Connor1-1/+1
2009-06-10Do garbage collection of unused sections.Kevin O'Connor1-0/+6
2009-05-16Support %ebp register in 'struct bregs'.Kevin O'Connor1-2/+8
2009-05-16Define unified entry points for irq handlers.Kevin O'Connor1-27/+54
2009-05-06Move assembler entry macros in romlayout.S into new file entryfuncs.S.Kevin O'Connor1-0/+134