File system stuff.
This commit is contained in:
parent
e97ceade5e
commit
d3df308747
29 changed files with 3316 additions and 0 deletions
22
src/libfs/mkfile
Normal file
22
src/libfs/mkfile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
PLAN9=../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=libfs.a
|
||||
|
||||
OFILES=\
|
||||
close.$O\
|
||||
create.$O\
|
||||
dirread.$O\
|
||||
fs.$O\
|
||||
open.$O\
|
||||
read.$O\
|
||||
stat.$O\
|
||||
walk.$O\
|
||||
write.$O\
|
||||
wstat.$O\
|
||||
|
||||
HFILES=\
|
||||
$PLAN9/include/fs.h\
|
||||
$PLAN9/include/mux.h\
|
||||
|
||||
<$PLAN9/src/mksyslib
|
||||
Loading…
Add table
Add a link
Reference in a new issue