feat: initial locking etc.

This commit is contained in:
2021-03-01 21:07:53 +01:00
parent ebe006a8ba
commit 990b850c43
14 changed files with 427 additions and 14 deletions

View File

@@ -30,3 +30,7 @@ void syscall_yield_job() {
void syscall_yield_irq(uint16_t irq) {
syscall2(SYSCALL_YIELD_IRQ, irq );
}
void syscall_job_suspend() {
syscall1(SYSCALL_SUSPEND);
}