Re: [SharpOS Developers] Threading patch

2008-02-07 Thread Bruce Markham
David Stetz: I've been looking through some of this threading code, (from your most recent submitted patch, 4 days ago), and I am quite impressed. I need more time to play with it, but my initial impression is that it is awesome (I mean, it works well enough that the kernel still boots and plays

Re: [SharpOS Developers] Threading patch

2008-02-06 Thread William Lahti
is it just me or is that the same email 4 times... On Feb 7, 2008 12:02 AM, Jonathan Dickinson <[EMAIL PROTECTED]> wrote: > Hey david, > > I wrote a gdb client for .net (just having major issues with decoding > the g command) for cosmos. You are more than welcome to copy 'n paste > :). > > However

Re: [SharpOS Developers] Threading patch

2008-02-06 Thread Jonathan Dickinson
Hey david, I wrote a gdb client for .net (just having major issues with decoding the g command) for cosmos. You are more than welcome to copy 'n paste :). However, i suggest you upstream it because i will be adding debug symbol support to it soon! Jonathan On 2/2/08, David Stetz <[EMAIL PROTECT

Re: [SharpOS Developers] Threading patch

2008-02-06 Thread Jonathan Dickinson
Hey david, I wrote a gdb client for .net (just having major issues with decoding the g command) for cosmos. You are more than welcome to copy 'n paste :). However, i suggest you upstream it because i will be adding debug symbol support to it soon! Jonathan On 2/2/08, David Stetz <[EMAIL PROTECT

Re: [SharpOS Developers] Threading patch

2008-02-04 Thread Jonathan Dickinson
Hey david, I wrote a gdb client for .net (just having major issues with decoding the g command) for cosmos. You are more than welcome to copy 'n paste :). However, i suggest you upstream it because i will be adding debug symbol support to it soon! Jonathan On 2/2/08, David Stetz <[EMAIL PROTECT

Re: [SharpOS Developers] Threading patch

2008-02-04 Thread Jonathan Dickinson
Hey david, I wrote a gdb client for .net (just having major issues with decoding the g command) for cosmos. You are more than welcome to copy 'n paste :). However, i suggest you upstream it because i will be adding debug symbol support to it soon! Jonathan On 2/2/08, David Stetz <[EMAIL PROTECT

Re: [SharpOS Developers] Threading patch

2008-02-02 Thread Bruce Markham
I can't check this out yet, but I'm glad you are working on this. I'll try it out as soon as I can, (or any updated patches you want to submit) - but for now I assume we should wait until you've finished polishing it over before we commit, right? Regardless, great work! --

[SharpOS Developers] Threading patch

2008-02-02 Thread David Stetz
Still needs task billing and some callbacks are still disabled. Console has been move into a thread. Some commands crash the system for some reason like cpuid and memdump.Index: Kernel/Core/ADC/Task.cs === --- Kernel/Core/ADC/Task.cs