mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
Use a freelist for GDT entries.
Tweak the kmalloc space layout a bit. Get the spawn stress test up and running again.
This commit is contained in:
parent
9da4864a9a
commit
c70afd045e
6 changed files with 40 additions and 21 deletions
|
@ -167,6 +167,7 @@ private:
|
|||
State m_state { Invalid };
|
||||
DWORD m_wakeupTime { 0 };
|
||||
TSS32 m_tss;
|
||||
word m_ldt_selector { 0 };
|
||||
Descriptor* m_ldtEntries { nullptr };
|
||||
Vector<OwnPtr<FileHandle>> m_file_descriptors;
|
||||
RingLevel m_ring { Ring0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue