mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Update CR register flags documentation
This commit is contained in:
parent
1c59565553
commit
7059cd5f5e
@ -106,9 +106,9 @@ namespace CPU
|
||||
uint64_t PGE : 1;
|
||||
/** @brief Performance Monitoring Counter */
|
||||
uint64_t PCE : 1;
|
||||
/** @brief Operating System Support */
|
||||
/** @brief FXSAVE/FXRSTOR Support */
|
||||
uint64_t OSFXSR : 1;
|
||||
/** @brief Operating System Support */
|
||||
/** @brief Unmasked Exception Support */
|
||||
uint64_t OSXMMEXCPT : 1;
|
||||
/** @brief User-Mode Instruction Prevention */
|
||||
uint64_t UMIP : 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user