mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Kernel: Add an InterruptFlagSaver helper class.
This is useful instead of InterruptDisabler in some cases.
This commit is contained in:
parent
cd1bbdf052
commit
b782055b96
Notes:
sideshowbarker
2024-07-19 15:51:41 +09:00
Author: https://github.com/awesomekling
Commit: b782055b96
5 changed files with 28 additions and 18 deletions
|
@ -12,7 +12,7 @@ static const dword time_slice = 5; // *10 = 50ms
|
|||
Process* current;
|
||||
Process* g_last_fpu_process;
|
||||
static Process* s_colonel_process;
|
||||
static bool s_in_yield;
|
||||
static volatile bool s_in_yield;
|
||||
|
||||
struct TaskRedirectionData {
|
||||
word selector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue