Skip to content
Snippets Groups Projects
Name Last commit Last update
.vscode
include
lib
src
README.md

Tom

  • TDPQ
  • Scheduler

An

  • main
  • TD including createTask
  • Syscall
  • Syscall Handler
  • Kernel

TBD

  • Context Switch Assembly
  • Makefile
  • the Doc

$100 questions :D

  • I think it's swi n where n is which of the 5 syscalls, say n = 1 is equal to Create
  • putting array of PQs where? In kernel structure or as a global var?
    • Decision:
  • same question, but for the Active task? in main or kernel structure?
    • Decision: main
  • same question, but for Request, inside kernel structure or the corresponding Task?
    • Decision: