have fork() fail, not panic, if not enough phys mem

This commit is contained in:
Robert Morris 2019-07-01 17:46:06 -04:00
parent 18e76a6c47
commit abfe9999f4
5 changed files with 94 additions and 16 deletions

View file

@ -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)