Minimal user library and app for testing system call
authorRhett <rhett.aultman@meraki.net>
Mon, 2 Sep 2013 00:14:18 +0000 (17:14 -0700)
committerRhett <rhett.aultman@meraki.net>
Mon, 2 Sep 2013 00:14:18 +0000 (17:14 -0700)
commit93a9ac87d041b21a48fb58e2bc252fb37bfc9277
tree5ea40f91fab70ebe35cfcd527f083f2080a46b07
parent1f47d663bdb5edc9a8008dd18b4bf71422a83489
Minimal user library and app for testing system call
GNUmakefile
usr/app/Makefrag [new file with mode: 0644]
usr/app/a.out [new file with mode: 0755]
usr/app/try_syscall.c [new file with mode: 0644]
usr/inc/syscall.h [new file with mode: 0644]
usr/lib/Makefrag [new file with mode: 0644]
usr/lib/entry.S [new file with mode: 0644]
usr/lib/syscall.c [new file with mode: 0644]