Use ld to build final rom; remove custom build utilities.
[seabios.git] / src / romlayout.S
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-05 Kevin O'ConnorUse ".set" gas feature to avoid having to hardcode...
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-06-21 Kevin O'ConnorAdd code (currently disabled) to mask run away irqs.
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-08 Kevin O'ConnorProperly save/restore %esp high bits.
2008-06-07 Kevin O'ConnorAPM fixes; don't save/clear/restore %esp high bits.
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-04-01 Kevin O'ConnorDon't clobber %esp highbits on C code entry.
2008-03-14 Kevin O'ConnorFix bug in apm32protected_entry.
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.