primitive exec
This commit is contained in:
parent
54a4b00346
commit
c59361f143
10 changed files with 242 additions and 41 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue