2 apps working
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user