Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework malloc to use a "first fit" algorithm. | Kevin O'Connor | 2010-06-06 | 1 | -1/+0 |
* | Be sure to add "void" to all function prototypes that take no args. | Kevin O'Connor | 2010-01-03 | 1 | -2/+2 |
* | Cleanups for malloc code. | Kevin O'Connor | 2009-08-30 | 1 | -0/+3 |
* | Add support for using floppy images in CBFS. | Kevin O'Connor | 2009-08-16 | 1 | -0/+1 |
* | Add Post Memory Manager (PMM) support. | Kevin O'Connor | 2009-08-01 | 1 | -5/+0 |
* | Add malloc_high/fseg() and rework bios table creation to use them. | Kevin O'Connor | 2009-07-25 | 1 | -1/+5 |
* | Reserve space for buffers in f-segment; don't allocate from freespace. | Kevin O'Connor | 2009-01-17 | 1 | -2/+3 |
* | Update e820 map in place instead of copying it. | Kevin O'Connor | 2008-11-08 | 1 | -0/+4 |
* | Make 0xa0000 - 0x10000 a "gap" in the e820 map. | Kevin O'Connor | 2008-06-21 | 1 | -0/+1 |
* | Enhance e820 memory map generation - include files missing from last commit. | Kevin O'Connor | 2008-06-08 | 1 | -0/+25 |