Initial commit

This commit is contained in:
Ben Goldsworthy 2020-06-24 13:51:34 +01:00
commit fcca47f043
8 changed files with 422 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
thread.*
APPS/
PREEMPTIVE/libprethreat.a
PREEMPTIVE/makefile
PREEMPTIVE/README
PREEMPTIVE/sem.c
PREEMPTIVE/sem.h
PREEMPTIVE/thread.c
libthread.a
core
makefile
README