parse header

This commit is contained in:
2026-02-17 16:00:11 +01:00
parent 3234447bbb
commit 3d1c8a2200
5 changed files with 44 additions and 32 deletions

View File

@@ -33,6 +33,7 @@ class Thread {
bool isKernel;
void* start;
pagetable_t* subtable;
friend class Queue<Thread>;