]> Zhao Yanbai Git Server - minix.git/commit
Kernel dumps its registers when exception
authorTomas Hruby <tom@minix3.org>
Sat, 20 Mar 2010 14:59:18 +0000 (14:59 +0000)
committerTomas Hruby <tom@minix3.org>
Sat, 20 Mar 2010 14:59:18 +0000 (14:59 +0000)
commita5094f7d7f662e20a37b6c94a46cab86586d734a
treef3a5edeccb25c619a5dd5ce8f03ceed1cae4cdde
parentb42c66ed10f94a4e58273eb1099d59680e21c774
Kernel dumps its registers when exception

- if an exception occurs in kernel and this exception is not handled
  in an sane way and the kernel crashes, it also dumps what was loaded
  in the general purpose registers exactly at the time of the
  exception to help to debug the problem
kernel/arch/i386/exception.c