Skip to content
Snippets Groups Projects
Commit aaa6edc3 authored by antnh6@gmail.com's avatar antnh6@gmail.com
Browse files

basic setup

parent 71069b8d
No related branches found
No related tags found
1 merge request!16Withtime
## Tom
- [ ] main
- [ ] TDPQ
## An
- [ ] TD
- [ ] Context Switch Assembly
- [ ] Syscall (user side five functions?)
## TBD
- [ ] kernel side syscall The five functions, such as create)
- [ ] Scheduler
- [ ] Makefile
## Ideas
- I think it's `swi n` where n is which of the 5 syscalls, say n = 1 is equal to Create
\ No newline at end of file
......@@ -8,6 +8,8 @@ typedef struct
TD* Head;
TD* Tail;
int Length;
// What bout dis :)
// TD* TDList;
} TDPQ;
int TDPQReady(TDPQ* PQ);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment