2 apps working

This commit is contained in:
2026-02-17 18:53:41 +01:00
parent 4cedc4088f
commit e1d99d5129
3 changed files with 38 additions and 36 deletions

View File

@@ -99,7 +99,7 @@ class Thread {
*
*/
explicit Thread();
explicit Thread(bool kernel, void * start = nullptr);
explicit Thread(bool kernel, void * startframe = nullptr, int num_pages=1);
/*! \brief Activates the first thread on this CPU.
*