Domain: rtlinux.com
Stories and comments across the archive that link to rtlinux.com.
Comments · 10
-
Nice Try Montavista
Unfortunately, the preemptable kernel was not pioneered by Montavista. The real developers were by the Real-Time Linux project. I believe there are several long-standing law-suits between the two. All of which the RTL people have won.
-
Here's the licenseYou can read the current license at ftp://ftp.rtlinux.com/pub/rtlinux/v3/PATENT_LICEN
S E .Note that the last mod time, as I write this, is Jan 22, 2001 - so it hasn't been changed yet. It looks like section 2.6 is going to be removed.
One has to wonder why rtlinux screwed up here. This seems like a ton of bad publicity for such a minor change. To say nothing about the negative publicity over a patent (and a patent that wouldn't hold up in court, no less).
-
Re:If there intent was IP...
The RT part of RTLinux is a microkernel that runs Linux as a subordinate task. The RTLinux folks do also provide this microkernel layer under NetBSD, this is plain to see on their web site. So it depends what you mean by "focus." If you mean why don't they support a BSD, they do. If you mean why don't they pay more attention to BSD than to Linux, I don't know why you'd as that, and the answer probably involves customer/market demand.
-
Once again you have it wrongbasically they say that RTLinux is violating the GPL by not releasing the source to their Linux kernel mods
The violation has nothing to do with source code, which is freely available, it has everything to do with restrictions on use of the software - it is free only for non-commercial use. If you want to sell your program you have to buy a license. Interestingly, this is a case where GPL fanatics are sticking up for the rights of commercial users.
Next post could you please consider checking both your facts and your spelling?
;-) -
The Open RTLinux Patent License
...is listed on their site here. Anyone who can translate this into plain English, please do so. IANAL.
-
free software and patents> I wonder if it is possible to "GPL" a patent.
Check this license out.
Victor Yodaiken chose to license a patent for use in software released under version 2 of the GNU GPL. The net effect is less freedom than mutual defense or simply publishing the "invention" to serve as prior art.
-
Re:IBM makes lots from patents> I wonder if it is possible to "GPL" a patent.
Hmm... Dunno, but it seems to be possible to patent GPL:ed code... Or something.
Check this license out.
-
RTLinux Alternative PC Seaker control
First: Kudos to Cherry for doing such a neat article!
Second: Before everyone starts saying 'Win3.1 could do this' - it could but the driver was crap and went to 100% processor usage all the time.
Third: Check out RTLinux (www.rtlinux.com) for a very cool mod to give real time scheduling to Linux (and now FreeBSD!) - I know the 2.0 version has an example PC speaker driver written as a Real Time kernel module, don't know about the new 3.0 - go get the patches, go have fun!
This is something I would love to see integrated into the tree at some point. -
This is largely irrelevant
since a lot of projects like linuxBIOS and real time linux are starting to mature. Why use "somewhat free" when you can have "all free."
-
Embedded Linux - wrong answer?I'm not that thrilled about "embedded Linux", especially for real-time work. Wrong tool for the job. You usually want a real-time OS, like VXworks or QNX. There's RT/Linux, but it's an awful hack; the real-time processes run unprotected in kernel mode.
There's a real need for an open-source real-time protected-mode operating system, but Linux, or any UNIX variant, isn't it. L4 has real potential, but it's not finished yet. Already you can run Linux on top of L4. If you're into embedded open-source real-time, get behind L4 and push.