• Latest Articles
  • Article Archive
  • About Us
Other Links
Copyright © 2024 Surfin Cloud Inc.
All rights reserved.

Articles under the 'Kernel State' tag

From registers to user state and kernel state

Key words: register, ring0, ring3, kernel state, user state The register is an important part inside the CPU. The register is composed of N flip-flops inside, and each flip-flop can save 1 bit of binary number, so the 16-bit register can save 16 bits. CPU generally has multiple registe ... More >>
2023-01-20 User State / Kernel State / Register
1