Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-15 | e820: Update debugging messages to report 64bit values | Kevin O'Connor | 1 | -1/+1 | |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | |||||
2015-10-15 | e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix | Kevin O'Connor | 1 | -0/+152 | |
Rename memmap.c to e820map.c as the code in that file only deals with maintaining the e820 map. Move all the e820 definitions to new file e820map.h and use a consistent "e820_" prefix on all exported functions. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |