mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Add Regions concept to Task.
This commit is contained in:
parent
5b10846bed
commit
3649638259
7 changed files with 131 additions and 41 deletions
|
@ -131,6 +131,8 @@ struct RegisterDump {
|
|||
WORD cs;
|
||||
WORD __csPadding;
|
||||
DWORD eflags;
|
||||
DWORD esp_if_crossRing;
|
||||
WORD ss_if_crossRing;
|
||||
} PACKED;
|
||||
|
||||
inline constexpr dword pageBaseOf(dword address)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue