diff options
| author | Robert Morris <rtm@csail.mit.edu> | 2019-05-31 12:43:20 -0400 | 
|---|---|---|
| committer | Robert Morris <rtm@csail.mit.edu> | 2019-05-31 12:43:20 -0400 | 
| commit | 7fd1f1eb0aab4d52852fc4f5e83eafc991f9a627 (patch) | |
| tree | 321ae7c509d2b6286240ad181bc28a9dc3436704 /Makefile | |
| parent | 5d34fa2a489940f19ee6c4728e4b11b6d8ffad01 (diff) | |
| download | xv6-labs-7fd1f1eb0aab4d52852fc4f5e83eafc991f9a627.tar.gz xv6-labs-7fd1f1eb0aab4d52852fc4f5e83eafc991f9a627.tar.bz2 xv6-labs-7fd1f1eb0aab4d52852fc4f5e83eafc991f9a627.zip  | |
exec compiles but argstr() doesn't work yet
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ OBJS = \    sleeplock.o \    file.o \    pipe.o \ -  ramdisk.o +  ramdisk.o \ +  exec.o \ +  sysfile.o  XXXOBJS = \  	bio.o\  | 
