mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Userspace process creation stub
This commit is contained in:
9
Execute/Spawn.cpp
Normal file
9
Execute/Spawn.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <exec.hpp>
|
||||
|
||||
namespace Execute
|
||||
{
|
||||
ExStatus Spawn(char *Path, uint64_t Arg0, uint64_t Arg1)
|
||||
{
|
||||
return ExStatus::Unknown;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user