|
From: Michael V. <mi...@me...> - 2000-10-19 21:57:23
|
On Thu, 19 Oct 2000, Jeff Dike wrote:
> Very cool. I'll fiddle with my site some to add pointers to your stuff.
Thanks
> I'm curious as to why, once you had decided to do this, you didn't just link
> the kernel in to get the real system calls. That would have resulted in a
> completely independent implementation of UML... On Windows, no less...
That's sortof what I was working towards when I got swamped with real work
and had to stop. You can see that with the source for 'version2', how
it's more laid out like the real kernel source. But the fact that the
kernel is quite gcc specific was a real pain considering I was using VC++.
I know cygwin would have been the logical choice, but I prefer the VC++
debugger over gdb :)
> In retrospect, I'm glad I didn't get slasdotted until last week.
I was actually really surprised by how long it took. You should have been
slashdotted half a year ago IMO
Mike
|