Enhance e820 memory map generation.
[seabios.git] / src / biosvar.h
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-05-18 Kevin O'ConnorEstablish boot order in post stage.
2008-05-18 Kevin O'ConnorAuto detect EBDA_SIZE from size of data structure.
2008-05-18 Kevin O'ConnorUnify memory size detection.
2008-05-14 Kevin O'ConnorAdd full support for drives with more that 2<<32 sectors.
2008-04-13 Kevin O'ConnorMove hard drive init from post.c to ata.c.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-29 Kevin O'ConnorMerge IPL segment into EBDA segment.
2008-03-29 Kevin O'ConnorRefactor ata code.
2008-03-12 Kevin O'ConnorDon't pass in ebp/esp to irq handlers.
2008-03-11 Kevin O'Connoruse PACKED for bregs declaration
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-04 Kevin O'Connortypes.h & ata.h
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorInitial support for ps/2 mouse.
2008-03-01 Kevin O'ConnorImplement basic "eoi_jmp_post" code to post step.
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
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.