haiku/headers/private/kernel/arch
Ingo Weinhold d08379a80b * Now we deal with all x86 exceptions, i.e. we no longer panic() when a
user application performs a division by zero or causes a general
  protection fault. For some exceptions (e.g. machine check) I wasn't
  quite sure whether they can be caused by user apps at all, so we panic()
  in those cases. Wouldn't harm, if someone more knowledgable would check
  this, though.
* Removed the unused fault handling stuff, respectively moved the little
  that was used into x86/arch_int.c.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13795 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-21 23:47:08 +00:00
..
alpha
ppc {install|remove}_io_interrupt_handler() now correctly handle the B_NO_ENABLE_COUNTER flag. 2005-04-27 01:08:35 +00:00
sh4 Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
sparc Removed execute property that was set accidently (since CVS days). 2005-03-18 01:50:45 +00:00
x86 * Now we deal with all x86 exceptions, i.e. we no longer panic() when a 2005-07-21 23:47:08 +00:00
cpu.h
debug_console.h Removed debug/console.c, we no longer need it. frame_buffer_console_init() is now 2005-05-29 16:23:00 +00:00
debug.h Cleanup of the debug stuff, prepared for blue screen debugging. 2005-05-29 13:01:38 +00:00
elf.h
int.h {install|remove}_io_interrupt_handler() now correctly handle the B_NO_ENABLE_COUNTER flag. 2005-04-27 01:08:35 +00:00
real_time_clock.h
smp.h
system_info.h
thread_struct.h
thread.h
timer.h
user_debugger.h Added functions for clearing/destroying the architecture specific thread 2005-03-01 23:49:20 +00:00
vm_translation_map.h
vm.h The VM can now ask the platform dependent part if it supports a specified protection. 2005-04-05 13:50:37 +00:00