logoalt Hacker News

kaoD07/31/20251 replyview on HN

You're not wrong, but monolithic kernel drivers run at a privilege level that's even higher than root (ring 0) while microkernels run them at userspace so they're as dangerous as running a normal program.


Replies

pessimizer07/31/2025

"Just think of the power of ring-0, muhahaha! Think of the speed and simplicity of ring-0-only and identity-mapping. It can change tasks in half a microsecond because it doesn't mess with page tables or privilege levels. Inter-process communication is effortless because every task can access every other task's memory.

"It's fun having access to everything."

— Terry A. Davis

show 1 reply