Re: Invalid Opcode on ia32, Pistachio 0.4
Sebastian Reichelt <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Organization | Uni Karlsruhe (TH) |
| Message-ID | <[email protected]> |
> This looks like a crash.. Oops, you are right. I looked in arch/ia32/debug.h only, not realizing there was a different implementation. Now (at the risk of making false assumptions again) the effect of the compilation options seems to be pretty awkward: * If both CONFIG_DEBUG and CONFIG_KDB are set, the kernel debugger will be entered, with the option to continue normally after user input. * If CONFIG_DEBUG is set, but CONFIG_KDB is not, nothing will happen (correct me if I am wrong). * If neither is set, the system will crash. -- Sebastian Reichelt