Don't pass in ebp/esp to irq handlers.
[seabios.git] / src / romlayout.S
2008-03-12 Kevin O'ConnorDon't pass in ebp/esp to irq handlers.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-09 Kevin O'ConnorOptimize insb/outsb/insw/etc. functions.
2008-03-09 Kevin O'ConnorMinor cleanups.
2008-03-08 Kevin O'ConnorMake sure to restore %ds on return from call16.
2008-03-08 Kevin O'ConnorEnhance APM support.
2008-03-03 Kevin O'Connoruse symbols for segment numbers
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorVarious minor cleanups.
2008-03-01 Kevin O'ConnorImprove comments in romlayout.S
2008-03-01 Kevin O'ConnorUse symbols instead of number for segment descriptors...
2008-02-29 Kevin O'Connorthe idt descriptors look a bit wrong. this patch fixes...
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.