|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D - OSnews Reference to D
Thanks to Mike Hearn, there's a comment about D under the JNode OS Posting: http://www.osnews.com/comment.php?news_id=5515 Good going, Mike. That's the way to spread the word! :-) Later, John Dec 28 2003
On Sun, 28 Dec 2003 23:18:24 +0000 (UTC), John Reimer <John_member pathlink.com> wrote:Thanks to Mike Hearn, there's a comment about D under the JNode OS Posting: http://www.osnews.com/comment.php?news_id=5515 Good going, Mike. That's the way to spread the word! :-) Dec 29 2003
"Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:opr0x6ekctum5vd8 news.digitalmars.com...Would it be possible to write a OS / Kernel using D? Dec 29 2003
We are actually looking into the possible uses of D in Embedded systems where there may be no OS at ALL! It's all preliminary stuff at this point done - Whenever we get a chance. The biggest hindrance is the lack of support for CPUs other than x86 but that at least gets us a good R&D starting place to prove the concept. -- Steve Maillet (eMVP) Entelechy Consulting smaillet_AT_EntelechyConsulting_DOT_com Jan 01 2004
Steve Maillet wrote:We are actually looking into the possible uses of D in Embedded systems where there may be no OS at ALL! It's all preliminary stuff at this point done - Whenever we get a chance. The biggest hindrance is the lack of support for CPUs other than x86 but that at least gets us a good R&D starting place to prove the concept. Jan 01 2004
Would it be possible to write a OS / Kernel using D? I'm justing thinking about how to bootstrap this... does anybody has some ideas? -- Robert M. Münch Management & IT Freelancer http://www.robertmuench.de Dec 29 2003
On Mon, 29 Dec 2003 23:46:09 +0000 (UTC), John Reimer <John_member pathlink.com> wrote:http://www.geocities.com/one_mad_alien/dkernel.html I haven't actually looked too much into this one, but the author seems to have a good base for an OS going (written using mostly D). Jan 01 2004
Robert M. Münch wrote:On Mon, 29 Dec 2003 23:46:09 +0000 (UTC), John Reimer <John_member pathlink.com> wrote:http://www.geocities.com/one_mad_alien/dkernel.html I haven't actually looked too much into this one, but the author seems to have a good base for an OS going (written using mostly D). Jan 01 2004
On Thu, 01 Jan 2004 07:05:16 -0800, John Reimer <jjreimer telus.net> wrote:Yes, there didn't seem to much information detailing the internals. The author used to frequent this list, but I haven't seen him on in awhile. Jan 02 2004
"Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:opr05enwlwum5vd8 news.digitalmars.com...LOL! Yeah, that would be great. Considering what the Linux kernal code looks like, D could provide a huge improvement in both coding style and power. Jan 02 2004
On Fri, 2 Jan 2004 11:15:31 -0800, Walter <walter digitalmars.com> wrote:My examination of the linux kernel source was a source of inspiration for many D features <g>. Jan 05 2004
|