taglinefilesource code
start_low_mem902mm/memory.cvoid mem_init(unsigned long start_low_mem,
start_low_mem922mm/memory.cstart_low_mem += 0x00000fff;
start_low_mem923mm/memory.cstart_low_mem &= 0xfffff000;
start_low_mem926mm/memory.cwhile (start_low_mem < 0xA0000) {
start_low_mem927mm/memory.cmem_map[MAP_NR(start_low_mem)] = 0;
start_low_mem928mm/memory.cstart_low_mem += 4096;