一、内核空间
Kernel space is strictly reserved for running the kernel, kernel extensions, and most device drivers.
二、用户空间
In contrast, user space is the memory area where all user-mode applications work, and this memory can be swapped out when necessary. (意味着内核空间不能被交换出去)



