primitive exec

This commit is contained in:
rtm 2006-07-27 21:10:00 +00:00
parent 54a4b00346
commit c59361f143
10 changed files with 242 additions and 41 deletions

View file

@ -73,8 +73,8 @@ userfs : userfs.o $(ULIB)
mkfs : mkfs.c fs.h
cc -o mkfs mkfs.c
fs.img : mkfs
./mkfs fs.img
fs.img : mkfs usertests
./mkfs fs.img usertests
-include *.d