diff options
Diffstat (limited to 'src/pmm.c')
-rw-r--r-- | src/pmm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -252,9 +252,6 @@ malloc_finalize(void) add_e820((u32)info->dataend, giveback, E820_RAM); dprintf(1, "Returned %d bytes of ZoneHigh\n", giveback); } - - // Clear low-memory allocations. - memset((void*)BUILD_STACK_ADDR, 0, BUILD_EBDA_MINIMUM - BUILD_STACK_ADDR); } |