printf
convert userfs to use printf bfree ifree writei start on unlink
This commit is contained in:
parent
939f9edeac
commit
28d9ef04dd
11 changed files with 238 additions and 42 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue