syscalls: start trying to add nanosleep syscall
This commit is contained in:
@@ -70,6 +70,7 @@ typedef struct Process
|
||||
void* brk;
|
||||
|
||||
uint32_t kstack_top;
|
||||
size_t wake_up_time;//wake up time in ticks of the processor, gets set by nanosleep syscall
|
||||
} Process;
|
||||
|
||||
extern Process* current;
|
||||
|
||||
Reference in New Issue
Block a user