Page 3 of 3
Re: ReactOS Kernel Pros Cons alternative to Linux?
Posted: Fri Nov 13, 2015 6:47 am
by Combuster
Projects incompatible with the GPL: I'm aware of several efforts where GPL code was not allowed to avoid having to meet GPL obligations.
You get centuries worth of man-hours for free, and you are explicitly allowed to stack non-GPL code on top of GPL. Pretty much every company in the hardware industry that believes it has something to hide does it this way.
Processors with unusual architectures that would require significant porting efforts.
In no way or form does that imply you can't use
anything from the Linux sources. In fact, being multitargeted already makes Linux a much easier subject for porting in general.
Operating systems that strictly serve as execution environments for bytecode interpreters: verified code platforms, Javacard implementations, SDR platforms, etc.
Android, ChromeOS
Re: ReactOS Kernel Pros Cons alternative to Linux?
Posted: Mon Nov 16, 2015 2:04 pm
by intx13
Combuster wrote:You get centuries worth of man-hours for free, and you are explicitly allowed to stack non-GPL code on top of GPL. Pretty much every company in the hardware industry that believes it has something to hide does it this way.
I'm not saying it's always the right decision, I'm just saying it happens, and not infrequently. Interpreting the GPL is actually pretty tricky since it has a very limited case history, and some legal departments say "I'd rather not risk it".
In no way or form does that imply you can't use
anything from the Linux sources. In fact, being multitargeted already makes Linux a much easier subject for porting in general.
Operating systems that strictly serve as execution environments for bytecode interpreters: verified code platforms, Javacard implementations, SDR platforms, etc.
Android, ChromeOS
Right well I'm not really interested in a pedantic argument about whether or not Linux can do X. Of course with enough effort Linux (or anything else for that matter) can be used for whatever you want. My point was just that there are many real-world scenarios where Linux is not automatically the best choice. Specifically I was responding to the following statements:
There IS a one-size-fits-all operating system. It's Linux.
So? It's fun to look at different designs and fiddle around with them and consider new concepts in operating systems, but it goes without saying that these "fun projects" are never going to beat Linux when it comes to use in the real world.
Re: ReactOS Kernel Pros Cons alternative to Linux?
Posted: Fri Nov 20, 2015 1:16 pm
by Combuster
Right well I'm not really interested in a pedantic argument.
Then I suppose it wasn't a good idea to make it look like Linux is automatically the
worse choice, and we'll leave it at that
Re: ReactOS Kernel Pros Cons alternative to Linux?
Posted: Fri Nov 20, 2015 2:27 pm
by intx13
Combuster wrote:Right well I'm not really interested in a pedantic argument.
Then I suppose it wasn't a good idea to make it look like Linux is automatically the
worse choice, and we'll leave it at that
With apologies to Churchill
Linux is the worst form of operating system, except all the others that have been tried.
Re: ReactOS Kernel Pros Cons alternative to Linux?
Posted: Thu Dec 24, 2015 12:42 pm
by Lithorien
onlyonemac wrote:iansjack wrote:What about real-time applications; are you familiar with them?
No, but you can compile Linux for increased real-time support.
I just wanted to chime in here. We use Red Hat Linux on my ship's Sonar system, which is a real-time system. And it is an absolute, unmitigated
nightmare. The RT support that Linux has is nowhere near good enough to run time-critical applications without needing to be reset every 2-4 hours (at best), and also loses data on a regular basis - just *poof* into the aether.
There is no one-size-fits-all OS. Period, end of story.
Re: ReactOS Kernel Pros Cons alternative to Linux?
Posted: Thu Dec 24, 2015 3:37 pm
by onlyonemac
Lithorien wrote:The RT support that Linux has is nowhere near good enough to run time-critical applications without needing to be reset every 2-4 hours (at best), and also loses data on a regular basis - just *poof* into the aether.
Then run it through an appropriate debugging tool, figure out why it needs resetting every 2-4 hours and why it's losing data on a regular basis, and patch it. Also if you're using stock Red Hat Linux you won't have a real-time kernel; I assume you've already installed a real-time kernel?