taglinefilesource code
start_low_mem1039mm/memory.cvoid mem_init(unsigned long start_low_mem,
start_low_mem1060mm/memory.cstart_low_mem += 0x00000fff;
start_low_mem1061mm/memory.cstart_low_mem &= 0xfffff000;
start_low_mem1064mm/memory.cwhile (start_low_mem < 0xA0000) {
start_low_mem1065mm/memory.cmem_map[MAP_NR(start_low_mem)] = 0;
start_low_mem1066mm/memory.cstart_low_mem += 4096;