Device Driver Tutorial

Exit Print View

Updated: July 2014
 
 

Oracle Solaris Operating System Definition

The Oracle Solaris Operating System (Oracle Solaris OS) is implemented as an executable file that runs at boot time. The Oracle Solaris OS is referred to as the kernel. The kernel contains all of the routines that are necessary for the system to run. Because the kernel is essential for the running of the machine, the kernel runs in a special, protected mode that is called kernel mode. In contrast, user-level applications operate in a restricted mode called user mode that has no access to kernel instructions or to the kernel address space. Device drivers run in kernel mode and are prevented from directly accessing processes in user mode.