Skip to content
Snippets Groups Projects
kernel.c 249 B
Newer Older
#include "priority-q.h"
#include "task-descriptor.h"
#include "kernel.h"

void kernelInit(KernelStruct* Colonel) {

}


void activate(KernelStruct* Colonel, TD* Active) {
    
}

void handle(KernelStruct* Colonel,  Request* syscallRequest) {