aboutsummaryrefslogtreecommitdiffstats
path: root/src/memmap.h
Commit message (Expand)AuthorAgeFilesLines
* Rework malloc to use a "first fit" algorithm.Kevin O'Connor2010-06-061-1/+0
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Cleanups for malloc code.Kevin O'Connor2009-08-301-0/+3
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-0/+1
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-5/+0
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-1/+5
* Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor2009-01-171-2/+3
* Update e820 map in place instead of copying it.Kevin O'Connor2008-11-081-0/+4
* Make 0xa0000 - 0x10000 a "gap" in the e820 map.Kevin O'Connor2008-06-211-0/+1
* Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor2008-06-081-0/+25