taglinefilesource code
start_low_mem960mm/memory.cvoid mem_init(unsigned long start_low_mem,
start_low_mem981mm/memory.cstart_low_mem += 0x00000fff;
start_low_mem982mm/memory.cstart_low_mem &= 0xfffff000;
start_low_mem985mm/memory.cwhile (start_low_mem < 0xA0000) {
start_low_mem986mm/memory.cmem_map[MAP_NR(start_low_mem)] = 0;
start_low_mem987mm/memory.cstart_low_mem += 4096;