user-level malloc (untested)
nit in sbrk indirect block fix dup to share fd struct
This commit is contained in:
parent
8b58e81077
commit
ea2909b6b5
10 changed files with 210 additions and 52 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue