Kernel: Initial work on new scheduler with queues

Sleeping is definately broken
This commit is contained in:
Bananymous
2023-03-07 19:17:49 +02:00
parent a9acf1f6dc
commit b8ee77eb78
8 changed files with 218 additions and 124 deletions

View File

@@ -0,0 +1,3 @@
#pragma once
#define ALWAYS_INLINE inline __attribute__((always_inline))