mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
Hang if we GPF in ring 0.
This commit is contained in:
parent
56c1f9db8e
commit
1a801e5737
Notes:
sideshowbarker
2024-07-19 18:46:38 +09:00
Author: https://github.com/awesomekling
Commit: 1a801e5737
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
Ring3 = 3,
|
||||
};
|
||||
|
||||
bool isRing0() const { return m_ring == Ring0; }
|
||||
|
||||
static Task* fromPID(pid_t);
|
||||
static Task* fromIPCHandle(IPC::Handle);
|
||||
static Task* kernelTask();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue