Skip to content

Commit

Permalink
[CPU] USER_PEB32_SEL_USER_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed May 21, 2024
1 parent d091f7f commit df4ec67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/amd64/gdt.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ enum Selector : UInt64 {
USER_CODE64_SEL_USER_MODE = 0x33 // Execute/Read/UserMode
USER_CODE32_SEL_USER_MODE = 0x23 // Execute/Read/UserMode
USER_DATA32_SEL_USER_MODE = 0x2b // Read/Write/UserMode
USER_PEB32_SEL_USER_MODE = 0x53 // Read/Write/UserMode
}

// Global Descriptor Table aka GDT 16 records
Expand Down

0 comments on commit df4ec67

Please sign in to comment.