Add sys_exec () and libprocess wrapper, fix ramdisk tar parsing
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m26s
This commit is contained in:
@@ -18,4 +18,7 @@ int process_quit (void);
|
||||
/* Get process argument pointer */
|
||||
void* process_argument (void);
|
||||
|
||||
/* Run ELF process */
|
||||
int process_exec (const char* path);
|
||||
|
||||
#endif // _LIBPROCESS_PROCESS_PROCESS_H
|
||||
|
||||
Reference in New Issue
Block a user