index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
memmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-1
/
+0
*
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