Hi Alex!
Good job! I let the testing go on through the night (23 hours) and started
testing your last commit, it's running great!
ion(a)svn.reactos.com wrote:
Merge with blight's rewrite
Added files:
branches/alex_devel_branch/reactos/media/drivers/etc/KDB.init
branches/alex_devel_branch/reactos/ntoskrnl/dbg/i386/longjmp.S
branches/alex_devel_branch/reactos/ntoskrnl/dbg/i386/setjmp.S
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_cli.c
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_expr.c
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_string.c
Updated files:
branches/alex_devel_branch/reactos/Makefile
branches/alex_devel_branch/reactos/drivers/input/keyboard/keyboard.c
branches/alex_devel_branch/reactos/ntoskrnl/Makefile
branches/alex_devel_branch/reactos/ntoskrnl/dbg/i386/i386-dis.c
branches/alex_devel_branch/reactos/ntoskrnl/dbg/i386/kdb_help.S
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb.c
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb.h
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_keyboard.c
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_serial.c
branches/alex_devel_branch/reactos/ntoskrnl/dbg/kdb_symbols.c
branches/alex_devel_branch/reactos/ntoskrnl/include/internal/i386/ke.h
branches/alex_devel_branch/reactos/ntoskrnl/include/internal/kd.h
branches/alex_devel_branch/reactos/ntoskrnl/io/iomgr.c
branches/alex_devel_branch/reactos/ntoskrnl/ke/catch.c
branches/alex_devel_branch/reactos/ntoskrnl/ke/i386/trap.s
branches/alex_devel_branch/reactos/ntoskrnl/ke/i386/tskswitch.S
branches/alex_devel_branch/reactos/ntoskrnl/ke/kthread.c
branches/alex_devel_branch/reactos/ntoskrnl/ke/main.c
branches/alex_devel_branch/reactos/ntoskrnl/ps/w32call.c
BTW, I'm getting this;
ntoskrnl: [CC] ke/kthread.c
ke/kthread.c: In function `KeInitializeThread':
ke/kthread.c:254: error: too many arguments to function `RtlZeroMemory'
ke/kthread.c:266: error: too many arguments to function `RtlZeroMemory'
ke/kthread.c:267: error: too many arguments to function `RtlZeroMemory'
make[1]: *** [ke/kthread.o] Error 1
make: *** [ntoskrnl] Error 2
Thanks,
James