
在處理器的存儲保護中,核心態,或者特權態(與之相對應的是用戶態),是作業系統核心所運行的模式。運行在該模式的代碼,可以無限制地對系統存儲、外部設備進行訪問。
微核作業系統基於安全與優雅的考慮,試圖將運行在特權態的代碼數量最小化。
x86結構很特別地具有四種特權等級,特權級別最高的是ring 0,被視作核心態;級別最低的是ring 3,常被看作用戶態;rings 1 and 2則很少被使用。
Why are we here?
All text is available under the terms of the GNU Free Documentation License
This page is cache of Wikipedia. History