everything works now for ever

This commit is contained in:
user
2026-02-18 01:44:33 +01:00
parent d2d9712cdd
commit 35e6b70424
5 changed files with 157 additions and 144 deletions

View File

@@ -34,7 +34,6 @@ class Thread {
void* start;
pagetable_t* subtable;
friend class Queue<Thread>;
friend class Semaphore;
@@ -75,6 +74,7 @@ class Thread {
void* isr;
} StackPointer;
void* operator new ( size_t count )noexcept;
pagetable_t* subtable;
/*! \brief Unique thread id */
const int id;