user-level malloc (untested)

nit in sbrk
indirect block
fix dup to share fd struct
This commit is contained in:
kaashoek 2006-08-24 02:44:41 +00:00
parent 8b58e81077
commit ea2909b6b5
10 changed files with 210 additions and 52 deletions

View file

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