mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +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
|
@ -66,7 +66,8 @@ void unregisterIRQHandler(BYTE number, IRQHandler&);
|
|||
void flushIDT();
|
||||
void flushGDT();
|
||||
void loadTaskRegister(WORD selector);
|
||||
WORD allocateGDTEntry();
|
||||
word gdt_alloc_entry();
|
||||
void gdt_free_entry(word);
|
||||
Descriptor& getGDTEntry(WORD selector);
|
||||
void writeGDTEntry(WORD selector, Descriptor&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue