Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/chp4/sw_stack_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ It's important you commit it to memory, pun intended.
> The kernel runs in "ring 0", the most privileged mode available.
> It can read/write from/to any processes's memory, directly access hardware, and control special CPU features.
>
> Rings 2 and 3 are almost never used in practice[^RingProt].
> Rings 1 and 2 are almost never used in practice[^RingProt].
> These modes were intended for device drivers, special programs that allow a kernel to communicate with vendor-specific hardware.
> In reality most device drivers are loaded directly into the kernel, running alongside it in ring 0 (creating a major OS attack surface[^MSKernBlocklist]).
>
Expand Down