What are we doing?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.

What are you doing?

Working Alone
27
57%
Team (2-5 people)
3
6%
Team (5+ people)
1
2%
I'm not working on one.
1
2%
I'm getting started.
2
4%
My project is halted/paused.
11
23%
I have made one, but I'm not doing one now.
0
No votes
Whats an OS?
2
4%
 
Total votes: 47

User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

kmcguire wrote:What is this EDI?
Extensible device interface. It's a driver specification that Crazed123 (Eli Gottleib) came up with to try and help interoperability for device drivers between hobby OS's.

I've hosted the specification he made over at my website, here.

I don't think anyone else supports it yet, but I'm hoping to set a (good) trend ;)
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

I voted for Team (5+ people) as DexOS is a team effort, i am just responsible for the kernel.
I know a OS is never finished, but now DexOS is very usable, so must of my work from now no, will be making program to run on my OS.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

JamesM wrote:I don't think anyone else supports it [EDI] yet, but I'm hoping to set a (good) trend ;)
I'm going to be supporting it with my kernel too. Unfortunately, that bit is such a long way in the future, I don't consider myself part of that trend yet :(

Cheers,
Adam
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

As soon as anybody writes a half-decent EDI implementation, I'm going to start pumping out open-source EDI drivers. That'll help everybody at once!
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Yayyak wrote:As soon as anybody writes a half-decent EDI implementation, I'm going to start pumping out open-source EDI drivers. That'll help everybody at once!
I'm intending to, very soon. It'll be with the release of pedigree 0.1.

OOI, I was planning to extend EDI slightly to give access to a standardised range of containers, e.g. resizeable vectors, hashtables etc, to avoid code repetition. What do you think of that?
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

Well, the idea is that it is extendable... :P

I think it's a great idea. I'd be careful not to include the whole standard library in there though, that would just cause too much bloat.
Post Reply