Slashdot Mirror


Stallman Calls For Action on Free BIOS

Dolda2000 writes "Seeking to achieve 100% software freedom, RMS is now calling for action for a free BIOS. From the article: "The most uncooperative company is Intel, which has started a sham 'open source' BIOS project. The software consists of all the unimportant parts of of a BIOS, minus the hard parts. It won't run, and doesn't bring us any closer to a BIOS that does. It is just a distraction. By contrast, AMD cooperates pretty well." For reference, there are currently two projects for a free BIOS that I know of: LinuxBIOS and OpenBIOS."

2 of 487 comments (clear)

  1. LinuxBIOS isn't a BIOS by hpa · · Score: 5, Informative

    LinuxBIOS is not a BIOS, it's a non-standard firmware interface.

    This is pretty much OK for embedded use, but for anything where you need standard BIOS functionality, it's useless. Worse, the name "LinuxBIOS" implies that it is BIOS functionality, which causes people to try to use it in inappropriate situations.

  2. Re:It makes sense by AlXtreme · · Score: 5, Informative
    GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.
    Wrong Wrong Wrong. If you write software, you can use it for whatever you want. You can relicense it. You can throw it in public domain. You can perform ritualistic burnings with it. Even if it is licensed under the GPL, if the copyright lies with you or your company.

    Using _someone elses_ GPL'ed code in a non-GPL distributed software project is not allowed. With the LGPL you may use _someone elses_ libraries in a non-GPL/LGPL distributed software project. In no way do they limit your right to use your own code in a non-GPL project. If you take _someone elses_ GPL'ed project and modify it, then you must also distribute the modifications. The GPL ensures the freedom of any modifications made by the non-copyrightholders of a project.

    How often do we have to beat on this drum? The GPL doesn't take away your freedom to your own code: it gives others (limited) freedom to use it. If management doesn't get it, they shouldn't be herding programmers.

    --
    This sig is intentionally left blank