grml...
[seabios.git] / src / ramdisk.c
2010-12-30 Kevin O'ConnorUse bootprio_find_named_rom() for ramdisk and cbfs...
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-03-20 Kevin O'ConnorDefault CONFIG_COREBOOT_FLASH on; make depend on CONFIG...
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-12 Kevin O'ConnorUnify cd emulation access and main disk access code.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-08-30 Kevin O'ConnorRamdisk cleanups.
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.