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

Commit 5b20547

Browse files
authored
Fix
1 parent a2aaf20 commit 5b20547

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kernel/core/process.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ int load_program(Process* proc, void* code, int size)
4444

4545
void scheduler(void);
4646

47-
extern Process* cproc;
48-
extern Process* processes[256]; // TODO: Dynamic.. For now we shouldn't need more than this. (who tf has 256 proccesses open)
49-
extern int cpid;
50-
5147
#ifdef __cplusplus
5248
}
5349
#endif

0 commit comments

Comments
 (0)