summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-07-01 17:46:06 -0400
committerRobert Morris <[email protected]>2019-07-01 17:46:06 -0400
commitabfe9999f447c15d904b3c11f32d4a22a45470a0 (patch)
treebdcf8264c9da666661b107157a6c634b86608ee2 /Makefile
parent18e76a6c47b0f62b2458430d4357f3eb68bfd759 (diff)
downloadxv6-labs-abfe9999f447c15d904b3c11f32d4a22a45470a0.tar.gz
xv6-labs-abfe9999f447c15d904b3c11f32d4a22a45470a0.tar.bz2
xv6-labs-abfe9999f447c15d904b3c11f32d4a22a45470a0.zip
have fork() fail, not panic, if not enough phys mem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88130e1..03befd7 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ UPROGS=\
$U/_usertests\
$U/_wc\
$U/_zombie\
+ $U/_cow\
fs.img: mkfs/mkfs README $(UPROGS)
mkfs/mkfs fs.img README $(UPROGS)