]> Zhao Yanbai Git Server - minix.git/commit
debugging - printing processes on serial
authorTomas Hruby <tom@minix3.org>
Mon, 3 May 2010 17:37:18 +0000 (17:37 +0000)
committerTomas Hruby <tom@minix3.org>
Mon, 3 May 2010 17:37:18 +0000 (17:37 +0000)
commit57a88ce70812d81fcec22be817ce157bc895e2cd
treea2a85583c773bc62aa07de44aaa61be1187f308c
parent4ae9c03147ea5672331493296cdad64a323c4dd0
debugging - printing processes on serial

- this patch moves the former printslot() from arch_system.c to
  debug.c and reimplements it slightly. The output is not changed,
  however, the process information is printed in a separate function
  print_proc() in debug.c as such a function is also handy in other
  situations and should be publicly available when debugging.
kernel/arch/i386/arch_system.c
kernel/debug.c
kernel/proto.h