aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmm.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce memcpy_fl - a memcpy on "flat" pointers.Kevin O'Connor2010-06-061-15/+5
* Rework malloc to use a "first fit" algorithm.Kevin O'Connor2010-06-061-217/+313
* Add __attribute__((__malloc__)) declaration to internal malloc funcs.Kevin O'Connor2010-04-171-2/+2
* Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).Kevin O'Connor2010-03-201-6/+12
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-6/+6
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-3/+4
* Only add "addr32" to memory accesses that require them.Kevin O'Connor2009-12-271-2/+7
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-8/+8
* 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