Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (4 sloc) 462 Bytes

Topics

Collection of topics summarized from the notes.

Operating Systems and Kernel Architecture

The system architecture of UNIX and Linux involves major concepts such as kernel, operating system, system calls, library functions, and hardware resources. It is discussed in APUE Chapter 1, LKD Chapter 1 and SPEC Chapter 3.