LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux and Processor architecture (https://www.linuxquestions.org/questions/linux-general-1/linux-and-processor-architecture-480071/)

manu_gnu 09-03-2006 02:07 PM

Linux and Processor architecture
 
I am no hardcore computer genius so pardon me if I sound weird. I wish to know what you guys do when a new processor architecture is released Say AMD64. I guess you must have Gcc coded for the new architecture and use it to compile the kernel and other packages from source. What can you say ? Will this procedure utilize the features of the new architecture with no change in application code ?

TigerOC 09-03-2006 03:39 PM

This is what Linus Torwalds spends most of his time doing - tweaking kernels to utilise new architecture. This is a complex field. The developers and maintainers of popular packages would have to recode there software to utilise new generation hardware which would have to be both 32 and 64 bit compatible.

cs-cam 09-03-2006 09:18 PM

If you're really interested on a code-level, checkout /usr/src/linux/arch. That is where any architecture-specific code is stored and if you knew what you were looking at (I don't ;)) I'm sure it would be very interesting, I wish I had the time to learn C and ASM to that level.


All times are GMT -5. The time now is 09:13 AM.