Well, that's something at least. I'll shut up about this now, as I doubt I can get through your Great Wall of Ego-Commitment on this topic.
Finally, note that when I came up with the RSVP idea, two decades ago, I played around with the concept for a while before setting it aside. I still thought it was a good idea (though I now can see a lot of flaws in it), but I never pursued it even tot he degree of writing a simulator. Why? Because I didn't know enough about the subject, and knew I didn't. I would like to get back to it someday, either to see whether it could work as it is or see what lessons I could learn from the idea if it can't, but I didn't try to make it reality right then and there.
And this is where you and I differ: you are wearing a lemon-juice mask about SUBLEQ and CPU design in general. You don't know enough about them, and worse, you don't know that you don't.
Becoming the next big OS
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: Becoming the next big OS
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: Becoming the next big OS
well i obviously cant be an expert in everything, i dont know much about chip design. if i optimize and develop the dawn os from step by step, and hardware boys do the same to the hardware, any occuring problems will be eventually solved (if they occur even).
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
http://users.atw.hu/gerigeri/DawnOS/download.html
- Kazinsal
- Member
- Posts: 559
- Joined: Wed Jul 13, 2011 7:38 pm
- Libera.chat IRC: Kazinsal
- Location: Vancouver
- Contact:
Re: Becoming the next big OS
Not sure why you would want to implement something like this in an FPGA or even expect it to work worth a damn.
You do know that even x86 has been run as an emulation/translation layer on top of a series of different RISC microarchitectures for 20 years now, right? AMD filed a patent for RISC86 as used in the K6 cores in 1995.
You do know that even x86 has been run as an emulation/translation layer on top of a series of different RISC microarchitectures for 20 years now, right? AMD filed a patent for RISC86 as used in the K6 cores in 1995.
Re: Becoming the next big OS
yes. and what is your point
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
http://users.atw.hu/gerigeri/DawnOS/download.html
Re: Becoming the next big OS
Hi,
For rough estimates, I'd suggest:
It's best to think of an OS project as having several stages:
Cheers,
Brendan
The chance is not absolutely zero.mac wrote:This is purely theoretical. What are the chances at any time of somebody developing the next Windows, macOS, or Linux? Is it an absolutely zero chance?
For rough estimates, I'd suggest:
- 99% of OS developers don't try, and therefore can't create a successful OS
- 0.9% of OS developers try to create a successful OS, but "real life" (work/career, spouse, kids, health, etc) gets in their way and prevents their OS from reaching "critical mass" (see note)
- 0.09% of OS developers reach "critical mass", but don't succeed for technical reasons (e.g. "not technically superior enough to convince end users to switch from an established OS they already use").
- 0.009% of OS developers reach "critical mass" and create something that is "technically superior enough to succeed", but fail for non-technical reasons (marketing, legal problems, etc)
- 0.001% of OS developers become successful
This is the wrong way to look at it - the number of people changes over time.mac wrote:How many years will it take for a team of at minimum 5 members? Is that still too small?
It's best to think of an OS project as having several stages:
- Pre-birth: This is where fundamental pieces are being designed and created (boot code, kernel, a small number of generic drivers, a file system, an initial GUI, etc). For this stage you want a very small team (no more than 3 people, and often a single person) because there's multiple problems caused by having too many people involved (increased project management overhead/coordination, bike-shedding, design by committee, etc).
Childhood: This is where the OS is becoming increasingly more useful (people improving pieces, creating utilities, creating more drivers, etc). For this stage the number of people involved should grow, starting from the initial tiny team to maybe about 100 volunteers working on different things.
Adulthood: This is where the OS has become a useful/marketable product, and people start writing applications for the OS (while continuing to improve pieces and writing more drivers, etc). For this stage the number of people (developers) involved should continue to grow.
I'm not too sure what you mean; but "different" is hard (much easier to drive along a highway that millions of people have used before you, much harder to fight your way through a jungle creating your own path).mac wrote:What happened to championing variety? It seems that everything has only a few narrow choices *cough* DIRECTV/Dish Network *cough* Don't get me started on that.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.