Where is asm-i386 directory?
I am trying to compile linux-3.3.5 for i386 architecture. I am not able to find any architecture include header files in /include directory. I believe the earlier versions had asm-i386 and asm-generic directories. I can only find asm-generic directory. Are these header files shifted somewhere else?
There is a directory for x86 in /arch directory, but I believe that is different and not the same as asm-i386.
Sorry for being ignorant, this is the first time I am compiling Linux.
|