aboutsummaryrefslogtreecommitdiff
path: root/src/romlayout.S
AgeCommit message (Expand)AuthorFilesLines
2008-06-21Add code (currently disabled) to mask run away irqs.Kevin O'Connor1-0/+3
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-2/+2
2008-06-08Properly save/restore %esp high bits.Kevin O'Connor1-2/+33
2008-06-07APM fixes; don't save/clear/restore %esp high bits.Kevin O'Connor1-9/+3
2008-05-12Use a linker script for 16bit code.Kevin O'Connor1-37/+38
2008-04-05Forward port new boot menu features from bochs bios.Kevin O'Connor1-0/+1
2008-03-31Don't clobber %esp highbits on C code entry.Kevin O'Connor1-9/+17
2008-03-13Fix bug in apm32protected_entry.Kevin O'Connor1-9/+15
2008-03-11Don't pass in ebp/esp to irq handlers.Kevin O'Connor1-80/+94
2008-03-11Don't save/restore flags and ebp on external calls - saves on stack space.Kevin O'Connor1-2/+2
2008-03-11Reduce stack usage for ISRs; minor fixes.Kevin O'Connor1-34/+70
2008-03-09Optimize insb/outsb/insw/etc. functions.Kevin O'Connor1-0/+1
2008-03-08Minor cleanups.Kevin O'Connor1-2/+12
2008-03-08Make sure to restore %ds on return from call16.Kevin O'Connor1-3/+5
2008-03-08Enhance APM support.Kevin O'Connor1-6/+24
2008-03-02use symbols for segment numbersKevin O'Connor1-2/+2
2008-03-02Enhance included bios tables.Kevin O'Connor1-12/+4
2008-03-01Various minor cleanups.Kevin O'Connor1-2/+2
2008-03-01Improve comments in romlayout.SKevin O'Connor1-6/+11
2008-03-01Use symbols instead of number for segment descriptors in romlayout.SKevin O'Connor1-6/+12
2008-02-28the idt descriptors look a bit wrong. this patch fixes thatKevin O'Connor1-4/+2
2008-02-26Misc updates.Kevin O'Connor1-14/+11
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-46/+147
2008-02-25Version 0.1.1rel-0.1.1Kevin O'Connor1-5/+5
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+304