mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Document ID inside RFLAGS
This commit is contained in:
parent
3aba6b4881
commit
981534ea47
@ -463,7 +463,7 @@ namespace CPU
|
||||
uint64_t VIF : 1;
|
||||
/** @brief Virtual Interrupt Pending */
|
||||
uint64_t VIP : 1;
|
||||
/** @brief ID Flag */
|
||||
/** @brief ID Flag (Allow using CPUID instruction) */
|
||||
uint64_t ID : 1;
|
||||
/** @brief Reserved */
|
||||
uint64_t Reserved3 : 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user