LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   kernel hardware configuration file.............? (https://www.linuxquestions.org/questions/linux-software-2/kernel-hardware-configuration-file-781715/)

pointdexter67 01-12-2010 09:39 AM

kernel hardware configuration file.............?
 
Hy all,
please tell me what kernel file holds the functions for the hardware configuration. I'm interested in finding the hardware timer of the linux and the DMA configuration file. I assume there is a single file that holds configuration data for the platform.This probably is executed before the kernel is started. As is see it this must be some hardware abstraction layer file because the actual kernel code is not platform dependent. Am i right? Please let me know where can it be found.

Thank you.

syg00 01-13-2010 02:28 AM

Nope.
(Most of) The kernel code that can be platform independent, is - that which isn't, (obviously) isn't. This is the reason for separate platform (sub-)trees in the source tree. Most of that level of code is in the native assembler for the specific platform.


All times are GMT -5. The time now is 10:54 AM.