diff options
author | kaashoek <kaashoek> | 2006-08-10 01:28:57 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-08-10 01:28:57 +0000 |
commit | 28d9ef04ddaa4cf32f3c63c976afdc535a36db98 (patch) | |
tree | 3ffd0e079e8fd5dab4e00a37fb657087ed7da720 /Makefile | |
parent | 939f9edeac042b2678bd2943a32822fb2eed75b4 (diff) | |
download | xv6-labs-28d9ef04ddaa4cf32f3c63c976afdc535a36db98.tar.gz xv6-labs-28d9ef04ddaa4cf32f3c63c976afdc535a36db98.tar.bz2 xv6-labs-28d9ef04ddaa4cf32f3c63c976afdc535a36db98.zip |
printf
convert userfs to use printf
bfree
ifree
writei
start on unlink
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |