1. EUOS ??
- Posted by Bernie Ryan <bwryan at PCOM.NET> Oct 01, 1999
- 488 views
Has any one ever seen a definition of the EUOS project. What it's goal was. I go to their site and there is no discription of what it is, what it does, what it's going to do, no sample code, I see references to "C" but not Euphoria. It seems that some of it should be written in Euphoria if it's called EU OS ? Is it just vapor ware ? Bernie
2. Re: EUOS ??
- Posted by Irv <irv at ELLIJAY.COM> Oct 01, 1999
- 448 views
- Last edited Oct 02, 1999
> Has any one ever seen a definition of the EUOS project. What it's goal > was. I go to their site and there is no discription of what it is, what > it does, what it's going to do, no sample code, I see references to "C" > but not Euphoria. It seems that some of it should be written in Euphoria > if it's called EU OS ? Is it just vapor ware ? > > Bernie Methinks an interpreter - even a nice fast one like Euphoria - is not the kind of thing to write an OS with. Perhaps the EUOS guys have come to the same conclusion. Regards, Irv
3. Re: EUOS ??
- Posted by RedWordSmith <redwordsmith at NIC.DREAMHOST.COM> Oct 01, 1999
- 445 views
Irv wrote: > > Methinks an interpreter - even a nice fast one like Euphoria - is not the > kind of thing to write an OS with. Perhaps the EUOS guys have come to the > same conclusion. > > Regards, > Irv What would you run the interpreter on without an OS? Unless you wanted to make your own without any API calls... in which case, you'd still need to code in some other language. YMMV. -- "Only when no one responds to spam will it go away." If someone trys to sell you something via unsolicited email, don't buy it. Nic (RedWord)Smith
4. Re: EUOS ??
- Posted by JJProg at CYBERBURY.NET Oct 01, 1999
- 454 views
- Last edited Oct 02, 1999
EU>Irv wrote: EU>> EU>> Methinks an interpreter - even a nice fast one like Euphoria - is not the EU>> kind of thing to write an OS with. Perhaps the EUOS guys have come to the EU>> same conclusion. EU>> EU>> Regards, EU>> Irv EU>What would you run the interpreter on without an OS? Unless you wanted to EU>make your own without any API calls... in which case, you'd still need to co EU>in some other language. YMMV. EU>-- EU> "Only when no one responds to spam will it go away." EU> If someone trys to sell you something via EU> unsolicited email, don't buy it. EU> Nic (RedWord)Smith My thinking is that EuOS should be written in a mix of C and Euphoria (and possibly Assembly). C and Assembly are used to setup low-level hardware stuff and interpret Euphoria programs (including most of the operating system - specificially the kernel). The problem is that very few people (to my knowledge) are working on EuOS and it is rather disorganized. If anyone would like to help, please do. Just read the messages on the message board and post some replies, suggestions etc. I would very much like to finish EuOS, even if it isn't the greatest operating system ever, it would just be fun and interesting. My concern is that Euphoria isn't fast enough to compete with operating systems like Linux - the only advantage would be that it's easier to program. Hopefully, this won't be a problem - especially if we can devise a really fast interpreter (not nessicarily interpreting Euphoria source code - perhaps a "compiled" version instead). Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/ EuOS website: http://euos.hypermart.net/