GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Operating System  >  Solaris Admin

 Print  |  
Question:  which two file systems contain the kernel



June 06, 2008 09:47:20 #1
 clyton.a   Member Since: June 2008    Total Comments: 5 

RE: which two file systems contain the kernel
 
Kernel is a combination of genunix, unix and dynamically loadable modules.

#/etc/system   ---> Kernel configuration file
#/platform/'uname -m'/kernel/sparcv9/genunix  ----> Platform independent kernel modules
#/platform/'uname -m'/kernel/sparcv9/unix      ----> Platform dependent kernel modules
#/kernel    -----> Contains modules which is to be loaded at Boot time.
#/usr/kernel ----> Contains modules which is to be loaded when demanded
     

 

Back To Question