cb0c9e6f36b5aac6848d3185ee02f001583b057c
[pintos-anon] / src / ORIGIN
1 Source file origins:
2
3 threads/loader.S: From MIT class code but heavily modified.
4 threads/mmu.h: Ditto.
5 threads/io.h: Also from MIT class code but less modified.
6
7 threads/synch.c: More or less transliterated from Nachos code.
8 filesys/filesys.c: Ditto.
9 filesys/filehdr.c: Ditto.
10
11 All other files written by me from scratch, although inspiration is
12 often due to Nachos or in some cases Linux.