Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit a775527

Browse files
authored
Fix
1 parent 62bb7f4 commit a775527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/core/process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typedef struct {
3636

3737
Process* process_create(char* name, int ppid, Domain domain, u32 entry, u32 stack);
3838
void process_destroy(Process* proc);
39-
39+
int load_program(Process* proc, void* code, int size)
4040

4141
void scheduler(void);
4242

0 commit comments

Comments
 (0)