taglinefilesource code
start_low_mem1064mm/memory.cvoid mem_init(unsigned long start_low_mem,
start_low_mem1078mm/memory.cstart_low_mem = PAGE_ALIGN(start_low_mem);
start_low_mem1086mm/memory.cwhile (start_low_mem < 0x9f000) {
start_low_mem1087mm/memory.cmem_map[MAP_NR(start_low_mem)] = 0;
start_low_mem1088mm/memory.cstart_low_mem += PAGE_SIZE;