Understanding the Linux kernel (ed3) - 중요 부분 노트 ▷ Linux vs. Other unix-like kernels- monolithic kernel (cf. microkernel ... carnegie-mellon's Mach ... OS X, GNU Hurd) - complied and statically linked traditional unix kernels : modules - kernel threading : context switches between kernel threads are less expensive (linux uses kernel threads in a limited way) - multithreaded application support : ..