This is the web page for Operation Systems at the University of Oklahoma.
March 5: Chapter 4 (pdf)
February 27: Threads i (thread-i), cstrings (cstrings.c), pipetest (pipetest.c)
Redirecting stdin during gdb debugging:
gdb ./a.out
run < myfile.txt
February 20: File IO (pdf)
February 13: forktest.c
January 30: Reading C Expressions (link), C for java programmers (PDF link)
January 28: Intro to the Unix Shell(link), Make introduction (PDF)
January 23: OS intro and Data Structures (PDF)
Back to CS3113