Which two file systems contain the kernel

Questions by krishnaraghava   answers by krishnaraghava

Showing Answers 1 - 3 of 3 Answers

clyton.a

  • Jun 28th, 2008
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions