taglinefilesource code
start_low_mem978mm/memory.cvoid mem_init(unsigned long start_low_mem,
start_low_mem999mm/memory.cstart_low_mem += 0x00000fff;
start_low_mem1000mm/memory.cstart_low_mem &= 0xfffff000;
start_low_mem1003mm/memory.cwhile (start_low_mem < 0xA0000) {
start_low_mem1004mm/memory.cmem_map[MAP_NR(start_low_mem)] = 0;
start_low_mem1005mm/memory.cstart_low_mem += 4096;