some refactoring on thread class

This commit is contained in:
georgemoralis 2023-11-10 20:51:02 +02:00
parent 91885e8a41
commit a10af46153
2 changed files with 13 additions and 22 deletions

View file

@ -654,7 +654,7 @@ static void run_main_entry(u64 addr, EntryParams* params, exit_func_t exit_func)
}
void Linker::Execute() {
Core::Kernel::Pthread_Init_Self_MainThread();
Core::Libraries::LibKernel::Pthread_Init_Self_MainThread();
EntryParams p{};
p.argc = 1;
p.argv[0] = "eboot.bin"; //hmm should be ok?