diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-06-26 12:55:41 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-06-26 13:21:47 +0200 |
commit | fa5e2ae5645b3eb005931f60b5481ee7e478640e (patch) | |
tree | ac0ff40789f80653e051041c22da4ebc4d2b9141 /i386/i386at | |
parent | 4d5b3fc228780ef2ad2e4758afe56740cc59e82d (diff) |
i386: add comment
* i386/i386at/model_dep.c (rebootflag): Explain flag.
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/model_dep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index bc34c9b..03a9f15 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -137,6 +137,7 @@ static vm_size_t avail_remaining; extern char version[]; +/* If set, reboot the system on ctrl-alt-delete. */ boolean_t rebootflag = FALSE; /* exported to kdintr */ /* XX interrupt stack pointer and highwater mark, for locore.S. */ |