|
iPXE
|
Base memory allocation. More...
#include <stdint.h>#include <realmode.h>#include <bios.h>#include <basemem.h>#include <ipxe/memmap.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| void | set_fbms (unsigned int new_fbms) |
| Set the BIOS free base memory counter. More... | |
Base memory allocation.
Definition in file basemem.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| void set_fbms | ( | unsigned int | new_fbms | ) |
Set the BIOS free base memory counter.
| new_fbms | New free base memory counter (in kB) |
Definition at line 43 of file basemem.c.
References BDA_FBMS, BDA_SEG, hide_basemem(), and put_real.
Referenced by undi_load(), and undi_unload().
1.8.15