minix/kernel/arch/i386
Tomas Hruby 57a88ce708 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.
2010-05-03 17:37:18 +00:00
..
include Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
apic.c Remove useless symbol declarations from headers, make symbols local where possible, add some explicit initialization to global variables. 2010-04-22 07:49:40 +00:00
apic.h Remove useless symbol declarations from headers, make symbols local where possible, add some explicit initialization to global variables. 2010-04-22 07:49:40 +00:00
apic_asm.h Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
apic_asm.S Interrupts hadling while idle 2010-03-23 13:35:01 +00:00
arch_clock.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
arch_do_vmctl.c Changed pagefault delivery to VM 2010-04-26 23:21:26 +00:00
arch_system.c debugging - printing processes on serial 2010-05-03 17:37:18 +00:00
arch_watchdog.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
breakpoints.c Fix types in debug register functions 2010-04-28 08:35:05 +00:00
debugreg.h Fix types in debug register functions 2010-04-28 08:35:05 +00:00
debugreg.S Fix types in debug register functions 2010-04-28 08:35:05 +00:00
do_int86.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_iopenable.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_readbios.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_sdevio.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
exception.c pagefault() is private 2010-04-27 20:30:33 +00:00
glo.h Local APIC 2009-11-16 21:41:44 +00:00
i8259.c remove intr_disabled() as interrupts are always disabled in the kernel now. 2010-04-26 15:32:42 +00:00
klib.S Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
Makefile.inc Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
memory.c Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
mpx.S do_ipc() rearrangements 2010-04-06 11:24:26 +00:00
protect.c Remove U16_t and most other similar types. Rewrite functions to ansi-style 2010-04-21 11:05:22 +00:00
proto.h Remove useless symbol declarations from headers, make symbols local where possible, add some explicit initialization to global variables. 2010-04-22 07:49:40 +00:00
sconst.h Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00