]> Zhao Yanbai Git Server - minix.git/commit
Killing Minix by typing Q on serial console
authorTomas Hruby <tom@minix3.org>
Thu, 14 Jan 2010 09:46:16 +0000 (09:46 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 14 Jan 2010 09:46:16 +0000 (09:46 +0000)
commit98563a4afa14923bbc5d1b6245d401431a0ec709
tree9004279f6dca89d075afab6a579afc9b1e98a821
parent8a2a4f97fc8b353f4044a3b9f577c319d13e20c4
Killing Minix by typing Q on serial console

- if debugging on serial console is enabled typing Q kills the system. It is
  handy if the system gets locked up and the timer interrupts still work. Good
  for remote debugging.

- NOT_REACHABLE reintroduced and fixed. It should be used for marking code which
  is not reachable because the previous code _should_ not return. Such places
  are not always obvious
kernel/arch/i386/system.c
kernel/debug.h
kernel/main.c