aboutsummaryrefslogtreecommitdiff
path: root/src/memmap.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-04memmap: Fix 64-bit buildHelge Deller1-4/+4
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor1-0/+4
2015-10-15malloc: Don't mix virtual and physical addressesKevin O'Connor1-0/+3
2015-10-15virtio: Move standard definitions from virtio-ring.h to standard headersKevin O'Connor1-0/+7
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor1-25/+3
2015-10-15e820: Introduce e820_remove() and avoid exporting E820_HOLEKevin O'Connor1-1/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-4/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-1/+0
2010-06-06Rework malloc to use a "first fit" algorithm.Kevin O'Connor1-1/+0
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-08-30Cleanups for malloc code.Kevin O'Connor1-0/+3
2009-08-16Add support for using floppy images in CBFS.Kevin O'Connor1-0/+1
2009-08-01Add Post Memory Manager (PMM) support.Kevin O'Connor1-5/+0
2009-07-25Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor1-1/+5
2009-01-17Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor1-2/+3
2008-11-08Update e820 map in place instead of copying it.Kevin O'Connor1-0/+4
2008-06-21Make 0xa0000 - 0x10000 a "gap" in the e820 map.Kevin O'Connor1-0/+1
2008-06-08Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor1-0/+25