exec compiles but argstr() doesn't work yet

This commit is contained in:
Robert Morris 2019-05-31 12:43:20 -04:00
parent 5d34fa2a48
commit 7fd1f1eb0a
8 changed files with 207 additions and 69 deletions

View file

@ -19,7 +19,9 @@ OBJS = \
sleeplock.o \
file.o \
pipe.o \
ramdisk.o
ramdisk.o \
exec.o \
sysfile.o
XXXOBJS = \
bio.o\