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