diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-13 04:32:11 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-13 05:33:14 +0100 |
commit | 831e4cfc2718b0784bc22c2d00045481ab3c65b5 (patch) | |
tree | 34d26c6b88381b490d71c020bc9e72b0e90eca37 /src/config/defaults | |
parent | 6554b79ff9eb8992f8cdbc6e13c7b5e346accf16 (diff) | |
download | ipxe-831e4cfc2718b0784bc22c2d00045481ab3c65b5.tar.gz |
[umalloc] Formalise the user memory allocation API
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 211f28cf..b782647c 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -13,5 +13,6 @@ #define TIMER_PCBIOS #define CONSOLE_PCBIOS #define NAP_PCBIOS +#define UMALLOC_MEMTOP #endif /* CONFIG_DEFAULTS_PCBIOS_H */ |