Add makefiles for cleaning grades, top level.
[pintos-anon] / src / lib / user / syscall-stub.S
1 .globl syscall
2 syscall:
3         popl %ecx
4         int $0x30
5         jmpl *%ecx