convert userfs to use printf
bfree
ifree
writei
start on unlink
This commit is contained in:
kaashoek 2006-08-10 01:28:57 +00:00
parent 939f9edeac
commit 28d9ef04dd
11 changed files with 238 additions and 42 deletions

View file

@ -57,7 +57,7 @@ kernel : $(OBJS) bootother.S user1 usertests userfs
vectors.S : vectors.pl
perl vectors.pl > vectors.S
ULIB = ulib.o usys.o
ULIB = ulib.o usys.o printf.o
user1 : user1.o $(ULIB)
$(LD) -N -e main -Ttext 0 -o user1 user1.o $(ULIB)