mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
Tear out or duplicate what's unique for WindowServer from Widgets.
This turned into a huge refactoring that somehow also includes making locks recursive/reentrant.
This commit is contained in:
parent
e655aebd70
commit
f7ca6d254d
30 changed files with 757 additions and 308 deletions
|
@ -81,6 +81,7 @@ void write_gdt_entry(word selector, Descriptor&);
|
|||
|
||||
#define cli() asm volatile("cli")
|
||||
#define sti() asm volatile("sti")
|
||||
#define memory_barrier() asm volatile ("" ::: "memory")
|
||||
|
||||
static inline dword cpu_flags()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue