|
iPXE
|
#include <basemem.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static unsigned int | basememsize (void) |
| Get size of base memory from BIOS free base memory counter. More... | |
| unsigned int | extmemsize (void) |
| Get size of extended memory. More... | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Get size of base memory from BIOS free base memory counter.
| basemem | Base memory size, in kB |
Definition at line 13 of file memsizes.h.
References get_fbms().
Referenced by int15_describe().
| unsigned int extmemsize | ( | void | ) |
Get size of extended memory.
| extmem | Extended memory size, in kB |
Note that this is only an approximation; for an accurate picture, use the E820 memory map obtained via memmap_describe();
Definition at line 159 of file int15.c.
References extmemsize_88(), and extmemsize_e801().
Referenced by int15_describe(), and nbi_process_segments().
1.8.15