grml...
[seabios.git] / src / biosvar.h
2012-02-02 Kevin O'ConnorAdd TSC emulation layer for 386/486 CPUs.
2011-12-21 Julian PidancetAdd vbe_flag field in BDA
2010-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-07-27 Kevin O'ConnorBe sure to disable bootsplash on all BIOS boot cases.
2010-06-06 Kevin O'ConnorAllocate cdemu buffer in low mem instead of ebda.
2010-03-13 Kevin O'ConnorRevert "Rework disabling of ps2 port irqs."
2010-02-28 Kevin O'ConnorDynamically allocate ata_channel info; introduce custom...
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-02-12 Kevin O'ConnorSupport USB keyboard auto-repeat.
2010-01-29 Kevin O'ConnorRework disabling of ps2 port irqs.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-09-11 Kevin O'ConnorDefine bit names for keyboard shift flags.
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-08-12 Kevin O'ConnorStore cdrom emulated driveid directly.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-09 Kevin O'ConnorRemove unused cdemu ATA code.
2009-08-09 Kevin O'ConnorImplement cdrom disk emulation at high-level instead...
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-05-17 Kevin O'ConnorVerify ebda segment looks sane before using during...
2009-05-07 Kevin O'ConnorMinor - add some additional vga definitions of bda.
2009-02-07 Kevin O'ConnorMore floppy code cleanups.
2009-01-20 Kevin O'ConnorImplement memcpy_far and checksum_far, and replace...
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-19 Kevin O'ConnorMinor - streamline SET_GLOBAL macro - reduce #if usage.
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2009-01-01 Kevin O'ConnorSwitch to new stack when calling ATA function in 16bit...
2008-12-31 Kevin O'ConnorReturn CDEMU parameters to ebda segment (instead of...
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove most of ATA and CDEMU from ebda to global variables.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove pir table offset from ebda to a global variable.
2008-12-27 Kevin O'ConnorSupport a relocatable ebda segment.
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-10-26 Kevin O'ConnorAdd support for more than 4Gig of ram.
2008-10-25 Kevin O'ConnorSupply vga register names for BDA.
2008-08-31 Kevin O'ConnorUse PCI bus scan to find all ATA controllers. Several...
2008-07-20 Kevin O'ConnorRewrite ps2 port (keyboard/mouse) handling.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-13 Kevin O'ConnorGenerate PIR table at post time.
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.