hi , i am reading memory management from
http://www.ecsl.cs.sunysb.edu/elibrary/linux/mm/mm.pdf.... it an in-depth analyisis of the mm code of 2.4 kernel..
In this doc the autor mentions about a specific file..
arch/i386/boot/setup.S
i tried looking for this file in the kernel i am running (2.6.23), but did not find it. i can see a .ld file and a .elf file with the same name but not a .S file. I found a file called header.S which has a comment that the old setup.S files has ben moved to header.S. But i could not find any of the functions and mAcros mentioned by the author in header.Splease suggest how to go ahead now.
thanks and regards
rahul