Implemented minimal kernel debugger
authorepr <epr@407389f7-7c16-0410-9eee-ad85acb55d7f>
Thu, 10 Feb 2005 09:09:11 +0000 (09:09 +0000)
committerepr <epr@407389f7-7c16-0410-9eee-ad85acb55d7f>
Thu, 10 Feb 2005 09:09:11 +0000 (09:09 +0000)
commit0a31700666e431cf7336ef5463888f44aa51fe1a
tree6af59da49d95e01cc631c7eabf15fdb9737f62a7
parent0d83711790beffc1c2803204bb79ffb54c31b404
Implemented minimal kernel debugger

git-svn-id: https://jnode.svn.sourceforge.net/svnroot/jnode/trunk@1095 407389f7-7c16-0410-9eee-ad85acb55d7f
core/src/core/org/jnode/vm/Unsafe.java
core/src/native/x86/console.asm
core/src/native/x86/jnode.asm
core/src/native/x86/kdb.asm [new file with mode: 0644]
core/src/native/x86/kernel.asm
core/src/native/x86/unsafe.asm