Add support for 32bit PCI BIOS entry.
[seabios.git] / src / pmm.c
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorOnly add "addr32" to memory accesses that require them.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-11-25 Kevin O'ConnorClear unused parts of f-segment.
2009-11-25 Kevin O'ConnorClear PMMAllocs even if CONFIG_PMM not set.
2009-10-12 Kevin O'ConnorUse pmm_malloc() for internal allocations.
2009-10-04 Kevin O'ConnorWorkaround gcc4.3 compiler error - disable pmm low...
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-23 Kevin O'ConnorAdd initial support for PMM allocations of permanent...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-02 Kevin O'ConnorFix some PMM corner-cases.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-26 Kevin O'ConnorAdd PMM stubs.