aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clear unused parts of f-segment.Kevin O'Connor2009-11-251-0/+4
* Clear PMMAllocs even if CONFIG_PMM not set.Kevin O'Connor2009-11-251-61/+61
* Use pmm_malloc() for internal allocations.Kevin O'Connor2009-10-121-64/+51
* Workaround gcc4.3 compiler error - disable pmm low mem allocations.Kevin O'Connor2009-10-041-0/+2
* Add support for permanent low memory allocations.Kevin O'Connor2009-09-241-8/+92
* Cleanups for malloc code.Kevin O'Connor2009-08-301-18/+5
* Add initial support for PMM allocations of permanent memory.Kevin O'Connor2009-08-221-10/+20
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-15/+5
* Fix some PMM corner-cases.Kevin O'Connor2009-08-021-13/+29
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-13/+320
* Add PMM stubs.Kevin O'Connor2009-07-261-0/+117