nanovms / nanos

A kernel designed to run one and only one application in a virtualized environment
https://nanos.org
Apache License 2.0
2.59k stars 134 forks source link

feat(reboot_on_exit): additional triggering patterns #1977

Closed rinor closed 9 months ago

rinor commented 9 months ago

based on comments from https://github.com/nanovms/nanos/pull/1974

Note: ops behavior remains unchanged for "RebootOnExit": true or "Debugflags": ["reboot_on_exit"]


Question: Do we want to add other negating possibilities other than !0, i.e: exit on any code other than!code where code can be any single value? - yes