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."

121 of 487 comments (clear)

  1. It makes sense by Anonymous Coward · · Score: 4, Insightful

    It makes sense, to me anyways, to have an open bios. How can one claim to run a free system when their very boot process is hidden and secretive?

    1. Re:It makes sense by maotx · · Score: 3, Informative

      If you read their site it states that it can successfully boot into *nix, Windows 200, and *BSD. Support for XP in on the way.

      --
      I'm a virgo and on Slashdot. Coincidence? Yes.
    2. Re:It makes sense by Chris+Kamel · · Score: 2, Interesting

      It makes sense, to me anyways, to have an open bios. How can one claim to run a free system when their very boot process is hidden and secretive?
      It seems ppl now want open source software just for the sake of it. For claiming having the hypothetical "free" system. Noone stops to even think whey they need this open-sourced. One thing to keep in mind, open-source and proprietary software should co-exist and everyone should make their peace with that, u'll never get open-source software without proprietary ones, developers need to make a living too!

      --
      The following statement is true
      The preceding statement is false
    3. Re:It makes sense by Anonymous Coward · · Score: 5, Insightful

      Do you think your processor should contain open microcode as well? Even if you install free software on your mainboard BIOS, what about the firmware on your drives and graphics card?

      While a wholly open-source machine would be great, it won't be a reality until we have technology that breaks the electronics mass production bottleneck (perhaps nanoassemblers). In the mean time you just have to decide which companies you're prepared to trust.

    4. Re:It makes sense by gwalcharian · · Score: 3, Interesting

      Why does it make sense?

      I am very much for Open Source, but for me "Open Source" includes BSD style licensed projects, but not GPL. Not trying to be flame bait, but I think GPL is damaging the Open Source movement. I say this because as a commercial developer I know plenty of managers who won't let me use Open Source on their projects because they think all Open Source has a viral license such as GPL.

      "Software should be free..everything should be free, including the BIOS". Nice concept, but reality is we live in what's called a zero-sum game. We as humanity have a finite amount of resources, which means that if I'm going to expend resources by writing software I need to get something in return, in order to provide for my family.

      BSD style licenses allow me to get recognition (not much I haven't written a lot of Open Source) and allow me to re-use that software in my commercial projects, which benefits me and Open Source as it allows me to get buy-in from management.

      GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.

      I love the concept of free software, and I think we are on a downward slide to having to pay a micro-payment for each web page you view, but call a spade a spade: IMHO, GPL is not designed to increase free software but to get rid of commercial software. As someone who's method of feeding my newborn baby is writing software you'll have to drag me kicking and screaming to work on any GPL'd code.

      More of a rant than I intended but I'll leave it as is, and see open a forum this is.

      Btw, I may very well be wrong as I have a limited viewpoint: A commercial developer, supporting a family, who has stayed away from GPL and even LGPL projects as code I write generally has to be re-usable in my commercial projects.

    5. Re:It makes sense by Anonymous Coward · · Score: 5, Insightful

      free-software religion aside, there are serious practical considerations to having closed bios code.

      Bios support is an ongoing issue. Newer CPUs, RAM modules, hard drives, video cards are always coming out, as are bugs. With a closed source bios, support is cut after a certain length of time, and it is tough luck if any bios limitations exist after then. Oftentimes they don't address all the issues even while they're still making updates.

      How many people are stuck with a motherboard they can't put a hard drive into, or can't do this or that, or are being bitten by a bug because of the bios. This happens all the time.

      Also, bios setup screens are consistantly poorly designed, excessively limited, and written in "somebody set us up the bios" Engrish.

    6. Re:It makes sense by Anonymous Coward · · Score: 5, Insightful
      BSD style licenses allow me to get recognition (not much I haven't written a lot of Open Source) and allow me to re-use that software in my commercial projects, which benefits me and Open Source as it allows me to get buy-in from management.

      GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.

      First of all, thank you for any and all Free Software you have written, under any Free Software license, copyleft or not.

      Second, please don't conflate "commercial" and "proprietary"; many people make a living selling development of Free Software and support for Free Software, and confusing those two terms makes it more difficult for those people, just as you have encountered difficulty from managers that fear Free Software due to copyleft. Please have some sympathy for those people, and ensure that your statements do not undermine their use of GPLed software to make a living.

      Finally, note that if you write a piece of software, you hold the copyright on that software; you may release it under the GPL, and you may also use it in proprietary products. You are in no way restricted by the license on a piece of software wholly written by you. The GPL simply prevents others from taking your software and making it proprietary, and prevents you from taking other people's GPLed software proprietary.
    7. Re:It makes sense by stuffisgood · · Score: 2, Informative

      What do you want next? An open source CPU to go with your open source Motherboard and open source Video Card. I'm all for open source, but it doesn't have to be in everything and anything...

    8. Re:It makes sense by pe1rxq · · Score: 3, Insightful

      Developers can make money writting open source to...

      As for the 'just for the sake of it' part:
      Imagine buying a new harddisk and finding that your bios doesn't support such large drives..
      What are you going to do? Beg the vendor of your closed source bios to make an update for a board they consider obsolete?
      If the bios was open you could add support yourself. (Or alternativly pay one of those starving developers to make the changes for you)

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    9. Re:It makes sense by pe1rxq · · Score: 4, Insightful


      We as humanity have a finite amount of resources, which means that if I'm going to expend resources by writing software I need to get something in return, in order to provide for my family


      The problem is that we are using the end product as if it were a limited resource. It is not, we use special laws like copyright to limit it by force.
      The real limited resource here are programmers.
      With the right business model you can get paid for programming regardless which license the end result is released under.

      BSD style licenses allow me to get recognition (not much I haven't written a lot of Open Source) and allow me to re-use that software in my commercial projects, which benefits me and Open Source as it allows me to get buy-in from management.

      GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.


      BSD doesn't guarantee buy-in... management could simply take your code and release it under a non-free license. They might say 'thank you' if you are lucky.

      With GPL code you can guarantee buy in: they need to license it from you (asuming you are the sole copyright holder) under a different license than the GPL and you can dictate the payment terms.

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    10. Re:It makes sense by gwalcharian · · Score: 3, Interesting
      First of all, thank you...

      Your welcome, and thank you for that sentiment.

      Second, please don't conflate "commercial" and "proprietary";

      Very good point, 'commercial' and 'proprietary' are very different animals, and I intended 'proprietary'. One such group I believe is JBoss, who IMHO put out an awesome product, and in fact one of the more commercially used FOSS (Free Open Source Software) products.

      For the rest, both you and another commenter seem to be talking about dual licensing. Admittedly I do not know much about that. Can you explain how the following scenario would work?

      I work for company xyz making product abc. Abc uses some new proprietary algorithms (the 'a' of abc), and per management the source code for the implementation of these algs MUST remain undisclosed to keep competitive advantage. The 'b' and 'c' of 'abc' are known problems, and there's some great GPL's solutions usable off the shelf. So our final product is 'a' (properietary license for binaries only), 'b' (GPL) 'c' (GPL, and glue code (could possibly be GPL).

      Can management remain happy by keeping their baby to themselves, or would GPL require that the source to 'a' be made available?

      The above assumes someone else wrote 'b' and 'c'. How would the scenario change if I wrote 'b' and 'c'? Would it then be possible to keep management happy, and if so what would the licensing structure be?

      Thanks for the help btw. I really don't know much about licensing legal terms, but this is important for me, now more than ever as I used to just do what I love (i.e. code :), but am now taking on more of a managemen role to get more money and more freedom in what I code.

    11. Re:It makes sense by Anonymous Coward · · Score: 4, Insightful
      Quote the foolish.....

      BSD style licenses allow me to get recognition (not much I haven't written a lot of Open Source) and allow me to re-use that software in my commercial projects, which benefits me and Open Source as it allows me to get buy-in from management.

      GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.


      Okay, it obvious from the quote above that you either:

      1) Are a Troll
      2) Are a Shill
      3) Don't understand the GPL

      When you write the software (as you stated above) you retain copyright to the software - then you are still the copyright holder. Thus even if you license it under the GPL you can turn around and license the same thing under the BSD, X, Mozilla, your own custom license, and anything else you so choose - YOU ARE THE STILL COPYRIGHT HOLDER.

      Thus when you take somebody else's hard work that they have put under the GPL - then you have to abide by their terms. However, that does not stop you from approaching them asking for a closed source license or "commercial" to their code. The reason they can do that is because THEY RETAIN COPYRIGHT TO THEIR CODE.

      Sorry to use caps/bold, but I really don't think the previous poster could understand these concepts without it. They have only be discussed several hundred times and still people seem to shift their keyboards into overdrive before their brains get out of neutral.
    12. Re:It makes sense by interiot · · Score: 3, Insightful
      One function of OSS is to ensure that the freedom available to programmers now is never diminished.

      Can the microcode can be used in a malevolent manner that exercises corporate control at the expense of the invidual? Companies have already threatened to do this with the BIOS (eg. DRM and such). Graphics firmware probably will never threaten the control over the general-purpose computing like the CPU bios can, but if it does, we can implement an OSS version at that point.

    13. 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
    14. Re:It makes sense by Aim+Here · · Score: 5, Insightful

      Re: the abc program - there is no compulsion for a user of GPLed software to distribute anything at all. You are allowed, for your own personal (or internal company) use, to glue proprietary and GPLed code together in any combination you see fit - the only restrictions are on distribution of the code.
      However if you plan to distribute someone else's GPLed code to any third parties, then all the code in there would have to be GPLed and the source code would have to be made available.

      If YOU wrote all of b and c, then things are easier. Just put your code out under multiple licenses. You can GPL b and c and put it on a website AND license the same code to your company under a proprietary license for use in 'abc' - some companies, like Trolltech, actually make a living by producing GPLed code, and selling proprietary software companies the right to make derivative works of the same software under non-GPLed terms.

      Hope this helps.

    15. Re:It makes sense by torpor · · Score: 2, Insightful

      Do you think your processor should contain open microcode as well?

      As a matter of fact, yes. I do.

      And, I know for a fact I'm not the only one.

      Open Operating System, Open BIOS, and Open Microcode. Fine!!

      --
      ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
    16. Re:It makes sense by cortana · · Score: 2, Insightful

      To answer this question, we look at the reason why you would have difficuly distributing A in the first place.

      A, B and C are the source code for three software projects. (A) represents the result of compiling A into object code. (A+B) represents the binary you get when you link together (A) and (B).

      Copyright law prevents you from distributing a work derived from someone else's work. If you want to do so, you must obtain the copyright holder's permission. So, What contributes a derived work?

      Most people seem to agree with RMS' opinion, that compiling A against (the headers of) B/C makes the resultant object code, (A), into a derived work (Otherwise, there is no difference between the GPL and LGPL). Continuing, (B) is obviously derived from B. Finally, (A+B+C) is derived from (A), (B) and (C).

      Therefore, if you don't own the copyrights on B and C, you may not distribute (A+B+C) unless you get permission from the copyright holders of B/C. If B/C are under the GPL, then you can obtain that permission by releasing A under the GPL as well. Some projects (e.g., QT, MySQL) will also grant you permission if you buy a license from them.

      Note that if you don't *distribute* (A+B+C), then you don't have to make A available under the GPL. It is perfectly safe to use GPL'd components for internal projects.

      Now, if you own the copyrights on B and C then you are free to distribute any derived work in any way you you wish. But you must be careful to ensure that you really *are* the copyright holder.

      Say you merged a patch from someone else into B. Now the copyright holders of B is the set (you, someone else). You must therefore obtain the permission of the other guy before you can distribute something derived from *their* work. Or, you could create (A) from a version of B that does not contain the problematic code. This is why many projects require you to sign over the copyright on any code you contribute to them.

      So far, this has been pretty simple. However, the above is only my understanding of how people treat code that is compiled into object code, and then linked together at compile time to create a binary executable; the C/C++ case. To consider other languages requires us to look at *who* is creating the derived works.

      For example, with Java and Java-like systems, (A+B+C) is created by the user at runtime. (A) and (B) and (C) are created by the person who ran javac. Is (A) derived from B or C? You'd have to ask the copyright holders of B and C.

      What about Python/Perl/Shell? Different again. Ask your lawyer. ;)

      Finally, I am not a lawyer, this is not legal advice, it is merely a random rambling that is worth precicely what you paid for it.

      Most of this remains untested in a court. For a 100% correct answer to "what makes a work derived" you must ask the copyright holders of the work you may be deriving from, and hope they don't change their minds and sue you anyway.

    17. Re:It makes sense by BlueWonder · · Score: 3, Interesting
      Not trying to be flame bait, but I think GPL is damaging the Open Source movement.

      I would hope so. The GPL was created as the license for the Free Software movement, by the same people who founded the movement. The much younger Open Source movement, on the other hand, was hostile towards the Free Software movement from the beginning: as you might remember, RMS was deliberately not invited to the meeting which was later considered the founding meeting of the Open Source movement. As a supporter of the Free Software philosophy, I have no sympathy for the Open Source movement.

      BSD style licenses [...] allow me to re-use that software in my commercial projects [...]. GPL licenses do not. Essentialy I write GPL software and I cannot use it in any commercial projects.

      This is of course FUD. The license applies to the licensee, not the copyright holder. The copyright holder can use the same code in commercial free, non-commercial free, commercial proprietary and non-commercial proprietary software at the same time.

      IMHO, GPL is not designed to increase free software but to get rid of commercial software.

      The GPL is designed to increase the amount of Free Software, so that proprietary software becomes obsolete.

      As someone who's method of feeding my newborn baby is writing software you'll have to drag me kicking and screaming to work on any GPL'd code.

      As someone whose method of feeding my family is writing commercial Free Software, you'll have to drag me kicking and screaming to work on any BSD-licensed code. :-)

      Seriously, you appear to work for a proprietary software company, i.e. your employer's business model endangers my ability to feed my family as much as my employer's business model endangers your ability to feed your family. That's just how our economy works. My employer wouldn't release anything under the BSD license precisely because he doesn't want to give your employer the ability to use our code without giving anything back.

    18. Re:It makes sense by xtracto · · Score: 2, Interesting

      Well, I think there's a missing option in all the posts I have seen in this thread, It could be possible for you to create software A which uses B and C, but just DO NOT distribute B+C, and only A, and let the other people (users) to get BC when they need them.

      This way you need to make A quite modular in order to "interact" with B and C, and if you like you could also modify (GPL'd of course) BC in some way to "interact" with your program.

      Something like if MSOffice would allow Save As .SXW files, just for interoperability with 'other' software.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
    19. Re:It makes sense by orasio · · Score: 2, Insightful

      The GPL essentially is about preserving your rights as a user, at the expense of limiting your rights as a distributor.

      There's of course, the special case where you write all the code yourself, and you can do whatever you want with that, obviously.

      If you choose to use GPLed code, as a user, you can do mostly whatever you want.

      As a distributor, if you distribute code based on GPLed code, it must be GPLed as a whole.

      Again, the user after you, has the freedom to do whatever he wants. The idea is that if you didn't GPL the whole project, you would be taking freedom away from the user, and that's what the GPL is trying to prevent.

      In the role of the distributor, the GPL doesn't care that much about you. In the role of a user, you have everything you want.

      So, you can GPL all the code you want. If you want to use GPLed software, do the GPL. If you don't, do your own thing, or use BSD license software.

    20. Re:It makes sense by Unknown+Lamer · · Score: 4, Insightful

      Free Software is not Open Source. Do I want an Open Source system? Hell no! I want an entirely Free system from software down to the hardware! I use GNU/Linux because I support the idea of Free Software, not because it doesn't cost me money to use. In fact, it does cost me to not use non-Free software; some of it isn't as usable as the proprietary counterpart and may require me to work on the code itself to make it do what I need.

      But I have the freedom to modify the code if I want to. I'd like this with my firmware too. OpenBIOS is promising for the firmware replacement. The Open Graphics Card project is progressing and will finally give me a decent graphics card that is well supported and documented (I have a Radeon 9100; it is the last ATi card I will purchase since they to have gone down the path of not even providing specs to the DRI developers...so no more Matrox, ATi, nVidia, ...).

      The graphics card thing is a really good example of why we should demand Free Hardware. Unless you give up your Freedom and use proprietary drivers, you no longer can use a modern graphics card and get 3d acceleration under X. Printers are another good example; look at how many printers have no Ghostscript backend because the manufacturers refuse to provide specifications for their proprietary protocols. Specs are nice but open hardware documentation would be nicer since we could then e.g. reprogram the printer's firmware to support PostScript (or if it is too slow for that, something like PPA that we have decent drivers for).

      The Neuros has had its firmware and even full hardware specs released! Neuros Audio isn't going out of business; not even close to it. The hardware schematics release may not be immediately useful but the firmware release is; things are progressive with FLAC support and soon MPC, things that never would have happened if the firmware had remain non-free software. Look at Rockbox too. The Rockbox firmware is far superior to the stock firmware.

      Free Software needs to run on a system that is Free down to its lowest level. We live in a world now where everyone is trying to kill us with things like hardware-based Digital Restrictions Management. We must demand at the very least Free firmware for the hardware and good enough hardware interface specs to actually do something with the firmware (stuff like e.g. the Verilog for the ASIC doesn't matter so much when you have that, but it would be nice to have).

      --

      HAL 7000, fewer features than the HAL 9000, but just as homicidal!
    21. Re:It makes sense by gwalcharian · · Score: 2, Interesting

      Thanks for the long and insightful answer, and thanks to everyone who's posted. I definitely think I have a better understanding of how GPL works now.

      The big difference is the copyright-holder. If it's me then I can license it however I wish, say GPL and commercial. If I'm using something where the copyright is held by someone else who's released it under GPL then I have two options (1) Release my product, a derivative work, under GPL, (2) give them money to license their software under a commercial license which allow me to use a commercial license. If it really is that simple, then it is amazing the amount of FUD surrounding GPL. I have some pretty decent managers (most of mine are NOT morons!) and I know they tend to avoid GPL like the plague, so maybe I can help convince them otherwise. On a sidenote I do know of one case (I can't go into details) where a derivative work definition was different than expected. Another team was using MySQL as their database and was told by the MySQL team that using their database made the team's work a derivative and that the team couldn't release a commercial product using MySQL.

      Seems weird, and bear in mind this is third or fourth hand info, but it sounds like derivative work means whatever the copyright holders want it to mean as was mentioned in one of the posts.

      Would be nice if their was a contract out there by the Open Source movement that said exactly what a derivative work was and excluded anything not specifically covered. It would have to be updated on a regular basis and could hurt the FOSS community if it wasn't detailed and thorough. I gues this would kind of be like a meta-license. Basically the copyright holders of the GPL, LPGPL and other FOSS licenses would agree to license their licenses under this meta-license, thereby establishing a baseline for what a derivative work is or isn't.

      I'm a newbie to non-BSDish licenses, but is there some initiative like that out there? If there isn't do people think it's a good idea? Part jest, but also serious:

      If the above written ideas can be considered IP then I release those ideas into the public domain, with only the request for an honorable mention somewhere if they bear fruit.
      FYI, IANAL.
  2. Oi boy am I going to get moderated down for this.. by sandstorming · · Score: 5, Funny

    Sounds like bias in bios

  3. Liability problems? by bigtallmofo · · Score: 4, Insightful

    I can't really imagine a free piece of software that will undoubtedly render some people's motherboards totally unusable.

    Admittedly, not many people actually screw up their motherboards today because of company-supplied BIOS updates, but in my opinion the most likely reason for that is that most people don't update their motherboard's BIOS.

    I think this is a necessary problem to solve for a host of reasons (the most pressing in my mind being removing "Trusted Computing Initiatives" or DRM) but I can't imagine who might be willing to distribute such a thing because of the liability concerns.

    --
    I'm a big tall mofo.
    1. Re:Liability problems? by KiloByte · · Score: 4, Informative

      The last time I checked, GPL and the vast majority of FS licenses specifically disclaimed every disclaimable type of warranty. In any sane jurisdiction, this leaves just intentional malicious acts.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    2. Re:Liability problems? by jaredmauch · · Score: 2, Interesting
      I have to agree with you entirely. (It's an easy way to increase the RMA rate. It would be possible to do some cool failsafe stuff, but that would increase the complexity of the system a great deal.) The only thing that I see that is missing from most motherboards BIOSes is excellent serial console support. Some motherboards do have it, but others are quite lacking..

      While there are neat devices out there that will connect to the video card and keyboard and conver it, such as the Real Weasel, i'd rather see the solution embedded in the existing BIOS infrastructure.

      I think the key thing here is to remember what BIOS stands for, which is the Basic Input Output System. Something to talk to the "known" devices, such as Serial Port (not USB folks), int13h disks, video and keyboard.

    3. Re:Liability problems? by Max+Romantschuk · · Score: 4, Insightful

      A free (as in freedom) BIOS does not mandate that the motherboard manufacturer allows it's customers to tinker with it and still retain their warranty. But those who are willing to take the risk have the option, that's what freedom is all about.

      Take the Linksys WRT54G, it's Linux-based. Linksys gains from using the well tested Linux core, and the customers gain by having the option to hack it at will. Check out http://openwrt.org/ for an example of the positive results.

      Think of the BIOS as the ignition to your car. You can dismantle it if you wish, why should the PC's BIOS be any different?

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    4. Re:Liability problems? by SquadBoy · · Score: 3, Informative

      BIOS updates right now basically say that if they burn your house down it sucks to be you. In fact *all* software says this. How would this be different and why would anyone view it as anything other than another piece of software?

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
    5. Re:Liability problems? by makomk · · Score: 2, Interesting

      And some motherboards just have a good, old-fashioned socket BIOS chip. (Seriously - so you can remove it and re-flash if something goes wrong. Not the most convenient, but...)

  4. Does Anyone KNow by millahtime · · Score: 3, Interesting

    Does Anyone know what Intel gets out of not opening it up? Are there any IP issues?

    1. Re:Does Anyone KNow by Anonymous Coward · · Score: 2, Funny

      > Does Anyone know what Intel gets out of not opening it up?

      Yes, they don't want to be called GNU/Intel.

    2. Re:Does Anyone KNow by Rattencremesuppe · · Score: 4, Informative
      Does Anyone know what Intel gets out of not opening it up? Are there any IP issues?

      Due to the low-level nature of a BIOS, they would expose lots of hardware details. It's the same reason why many hardware manufacturers are reluctant to release open source drivers (or to provide OSS community with hardware specs).

    3. Re:Does Anyone KNow by Antique+Geekmeister · · Score: 2, Interesting

      There are huge amounts of secret cruft that Intel can hide, and sell development tools and licenses only to licensed motherboard developers for. That's a lot of money Intel wants to protect, and the motherboard vendors play the game the same way that employees refuse to discuss salaries because it is "unprofessional", even though it's usually an open secret.

      Unfortunately, the LinuxBIOS project seems to be dead as open source: none of the source code can be downloaded anonymously from Sourceforge, the alleged CVS tarballs haven't been there in months if not years, and the last available tarball is from 2000.

    4. Re:Does Anyone KNow by ckaminski · · Score: 2, Insightful

      99% of the time, the reason that people don't want to provide documentation for hardware is

      A) because it doesn't exist
      B) because if they release documentation, they might be compelled to support it, and
      C) because they may not be able to change and evolve the interface if they have to due to unyielding consumer expectation

      In that order.

      Very rarely is it truly about trade secrets or competitive advantage.

  5. How would "cooperating"..... by bpuli · · Score: 4, Insightful

    to create "free" BIOS help Intel? Would gain market share? Would it somehow end up with a new revenue stream that it cannot access with its current marketing and other strategies? What can it gain by winning over a bunch of geeks?

    This is not flame bait. I am just trying to understand why corporations like Intel would cooperate.

    All I can say is stop whining and move on.

    --
    BP http://www.card-central.com
    1. Re:How would "cooperating"..... by FrostedWheat · · Score: 3, Insightful

      For all the effort it would take them! All that have to do is release some documents. Even if they charged a small and fair fee to cover the costs of someone finding it and giving it a quick review before releasing it.

      In short, if done correctly it would cost them nothing and give them a bit more credibility.

    2. Re:How would "cooperating"..... by CmdrGravy · · Score: 2, Interesting

      I don't know how much R&D Intel are investing in their BIOS but one possible benefit to them would be gaining extra manpower from other people interested in improving their BIOS and potentially a bigger testing base to test changes.

      I don't really see what they have to lose though, they are mainly interested in selling chips and the BIOS is just something they have to provide in order for them to work.

    3. Re:How would "cooperating"..... by Mork29 · · Score: 2, Insightful

      I hear that this Intel company is competing with this AMD company. If they offer something that AMD doesn't, then they get customers (well, thos customers that want an open bios). Seriously though, you have to appeal to geeks. I get asked by non-geeks all of the time, what type of computer should I buy? Many of them know to ask, AMD or Intel? If I'm an OSS fan, and AMD has an open bios, and intel doesn't, I'm more likely to both recommend, and buy myself AMD products.

    4. Re:How would "cooperating"..... by thejam · · Score: 5, Insightful

      Stop whining? RMS not only instilled in us the ideal of free software but also provided gobs of it and with excellent quality yet! Move on? You mean accept the situation. You mean define what _we_ desire in terms of other's interests? Especially if those interests can hurt us all? I say respect yourself more and value your freedom.

    5. Re:How would "cooperating"..... by drooling-dog · · Score: 4, Insightful
      How would cooperating to create "free" BIOS help Intel?

      There: You've just underlined the need for an Open Source BIOS yourself. Why would any company consider the interests of its customers if there's no obvious, immediate profit in it? And if they wouldn't, why would you trust their proprietary, closed-source software?

      What can it gain by winning over a bunch of geeks?

      Because the Geeks are the ones who advise everybody else on what motherboard to buy.

  6. New Features by adennis · · Score: 2, Funny

    That'll be great to get a really good Open Source BIOS - we'll have new features and capabilities not ever thought of before: who knows, maybe we'll see a Nintendo Emulator for our POST...

  7. It's my flashBIOS chip... by Amnenth · · Score: 5, Insightful

    An open-source BIOS is something I'd really appreciate having, especially with the big corporations moving towards their big 'Trusted Computing' platform. It's MY hardware and I'll runn whatever the hell I want on it, not what some mega-corporate conglomerate decides I should.

    1. Re:It's my flashBIOS chip... by Mmm+coffee · · Score: 4, Insightful

      That's exactly why a Free bios is necessary. I am typing this up in a Free Software browser (Konqueror) in a Free Software window manager (KDE), which run on top of a Free Software graphical manager (X), which runs on top of a Free Software system (Gnu), which runs on top of a Free Software kernel (Linux), which is booted by a Free Software boot loader (Grub). All of this Free Software runs on top of a non-free BIOS.

      This raises the question - Am I really Free? When a Free Software BIOS exists, you can make a safe bet that I'll be using it.

      (P.S. I'd suggest against using the term Open Source to describe software which is made to protect the rights of the users. There is a huge difference between Free Software and Open Source - Namely OS completely avoids any real mention of software Freedom. You won't find any mention of the four freedoms on OSI's site. Indeed, the only real mention of software freedom is where they call it ideological tub-thumping. This is definitely a Free Software issue, not an Open Source issue.)

    2. Re:It's my flashBIOS chip... by Mmm+coffee · · Score: 5, Insightful

      How do I know that there isn't spyware code in my bios revealing information about me without my knowledge? How do I know that the lowest level components of my system will perform without any "Trusted Computing" quirks? If I for some reason need to modify my bios to gain a function (to make boot time clustering easier, for example), how could I do that with a non-Free BIOS? As a student, what if I wanted to study the code to my BIOS so I know how my computer _really_ works, on all levels?

      Saying "The license to your BIOS doesn't matter as long as you can run stuff on it" is like saying "The fact that my car's engine is sealed in a lead black box doesn't matter as long as I can still drive." Yeah, on the surface it's true but when you think of the subject with any actual depth it just doesn't make sense.

    3. Re:It's my flashBIOS chip... by TedCheshireAcad · · Score: 3, Funny

      That's exactly why a Free bios is necessary. I am typing this up in a Free Software browser (Konqueror) in a Free Software window manager (KDE), which run on top of a Free Software graphical manager (X), which runs on top of a Free Software system (Gnu), which runs on top of a Free Software kernel (Linux), which is booted by a Free Software boot loader (Grub).

      I bet you have an erection, too. I'm typing this in my commercial browser, on a commerical operating system, running on all-types-of-closed Apple hardware, and it feels soooo good!

    4. Re:It's my flashBIOS chip... by elgaard · · Score: 2, Informative

      > why is running non-Free Software so bad?

      One reason is that you cannot fix it.

      Let me give an example. I bought some old IBM thinkpads, that I wanted to run from a PCMCIA Flash disk, without a harddisk, floppy or CD-drive.

      The TP365XD boots fine from PCMCIA CFlash.

      The TP770 BIOS does have a setting for booting from PCMCIA, but it does not boot from my PCMCIA CFlash cards. I do not know if it is a bug, if it only boots from some kinds of PCMCIA drives, and I cannot fix it.
      The BIOS has a lot of functionaly I do not need (e.g. the animated hummingbird cursor) so if it was OS I could certainly make it boot from my CFlash card.

      I made it boot from a floppy with the CFlash as root fs device
      (http://freshmeat.net/projects/pcmciaroot/ ), but fixing the BIOS would have been much better.

      I would also like to make a network boot on my wireless network. But the wlan is encrypted, so I would like to store the key in the BIOS of the laptop.

    5. Re:It's my flashBIOS chip... by Mmm+coffee · · Score: 4, Insightful

      Personal response since you asked - For me the #1 reason I began to detest using non-Free software is because I don't like to feel like a damned criminal, and I don't like to feel like I'm getting screwed over. Let's say I buy WinXP. I go in the store, I pay for it with cash, and I walk out. When I get home and try to install I'm faced with a screwed up EULA which forces me to agree to terms that I find highly objectionable. I was not presented with this contract at the time of sale when I bought that software.

      I don't like being screwed over. Yes, I do read all contracts I agree to. I'd suggest you do the same, you'd be horrified.

      Then after I give permissions to that particular software company, I have to input a number to prove to the software that I actually bought it. And for this particular software I may need to call up the parent company and ask them "May I please have your permission to use this software that I legally bought?"

      I don't like being treated like a criminal. I buy, I use, end of subject. I will not have to prove to anyone that I am law-abiding.

      So I switched two years ago, and Free Software has given me countless personal freedoms that were unthinkable when I was using a non-free system. I no longer need to worry about legality when I want to heavily modify my system to my liking. I no longer feel as if I'm looking at a sealed black box whenever I want to learn something - the entire system is open to explore in any way I choose. The development of the programs I use are not dictated by any one entity, but instead by the users who have our needs in mind.

      It sounds strange, but I think freely now. The technology I use is free for me to hack, rip apart, study, put together, package, Frankenstein into my own project, and so on. And through the freedom of knowledge given to me by free documentation, I have learned how to do just that.

      Now when I think of using a non-Free system I am filled with contempt. Such a system would not be modifiable and explorable, but instead packaged together at the whim of someone else and kept from study. On top of this it's bound by an EULA which is morally deplorable and legally questionable. With the current copyright and patent laws, the actions of the largest software vendors, and the BSA breathing down everyone's necks... I refuse to use a non-Free system. I'd be giving up a hell of a lot more than I'm willing to part with.

      (Note - please be kind, this is a deep subject and I tossed this together off the top of my head while trying to keep it short. This explanation is far from perfect.)

    6. Re:It's my flashBIOS chip... by Mmm+coffee · · Score: 2, Insightful

      And that's your choice. All users should have the freedom to choose what they do to their machines, and the freedom to use non-free programs is one of those freedoms. However, I choose to exercise my ability to use Free Software exclusively.

      Big whoop.

    7. Re:It's my flashBIOS chip... by Antique+Geekmeister · · Score: 2, Informative

      Except turning on and off the hardware, enabliing multiple CPU's, managing the interrupts, affecting reboot behavior, manipulating power-on or sleep or suspend behavior, turning down the CPU clock when things over-heat, reporting the temperature, reporting the CPU voltages, and everything else you need to know at the basic hardware levels.

    8. Re:It's my flashBIOS chip... by Mmm+coffee · · Score: 2, Insightful

      For the most part I agree with you. And then I poke my head up and look around... and I can't help but to feel passionate about this.

      Software patent laws make it almost completely impossible to legally be a programmer nowadays. Copyright laws make it so that nothing returns to the public domain, making our common culture forever a property to be bought and sold. Companies lobby congress to create laws which allow them to enforce their copyrights at the cost of due process (DMCA). One entity in particular owns the software which runs 90% of the world's computers, and is flexing this power to it's fullest extent at the detriment of the public good. Draconian licenses are included with the programs that run the world, forcing the users to give unmoral control of their computers to the software authors.

      This all has gotten so far out of hand that a lot of ebooks come with licenses which restrict you from reading an ebook out loud. Want to read a copy of a Dr. Seuss book from your PDA to your 4 year old daughter? Tough, can't legally do it.

      As I look at how we allow ourselves to be chained by our own laws and software which runs this modern world, I can't help but to be eternally grateful that Free Software exists. When I someday have children I want to be able for them to take things apart and tinker with them like I did, for example.

      Oh, and I already walked the dog today. She. Loves. Squirrels. And the sunrise was beautiful glistening off the pond at the park. Fun fact - Let's say I make a video of the sunrise on that pond. I'd be able to take snapshots of that movie and email it to you easily, but you wouldn't because Windows Media Player doesn't allow you to take screenshots of a video running, even if it is your own video that you made. That whole piracy thing needs to be stopped, and lord knows what someone could do with a screengrab...

    9. Re:It's my flashBIOS chip... by Paul+Jakma · · Score: 2, Insightful

      Except turning on and off the hardware,

      Other than boot and (maybe) shutdown, sure. It used to for suspend/resume, but no longer thanks to ACPI.

      enabliing multiple CPU's

      Nope. SMP PCs (and most SMP computers??) boot on one CPU. OS is responsible for booting other CPUs. (though, this may depend on BIOS having properly described them, it also obviously requires a hardware facility to allow OS to kick a CPU into running.).

      managing the interrupts

      Nope, that'd be your OS 9/10. Some computers do have a facility to allow firmware to trap certain interrupts/events (eg SMM on PCs I think) - but it should be rare.

      affecting reboot behavior

      In the case of Linux, try kexec - reboot linux directly from linux ;).

      manipulating power-on or sleep or suspend behavior

      Nope, given everything is ACPI these days (BIOS callback into APM facilities being deprecated), that'd be the ACPI AML interpreter in your OS twiddling the relevant bits (based on ACPI information provided at boot by BIOS).

      turning down the CPU clock when things over-heat

      Other than for emergency use, no that'd be cpufreqd or acpid or similar responding to heat changes based on data gathered via OS drivers and effecting action again via OS drivers. In the emergency case (eg due to fan failure, or due to aforementioned daemons not doing their job on a marginal system) then yes that'd be firmware responding via aforementioned SMM (or SMM like) facilities.

      reporting the temperature, reporting the CPU voltages, and everything else you need to know at the basic hardware levels.

      Nope, that'd be the driver in your OS for your hardware monitoring chip (see linux lm-sensors), which are accessed via very simple serial bus.

      About the only way your post could be classed as "informative" is if it were 20 years ago and the concept of OS was restricted to MS-DOS (BIOS doing most of the hardware work) or OS-in-firmware computers like original Apple IIs and Macintosh. These days the role of the PC BIOS for run-time thankfully has been almost eliminated. The PC BIOS most important function, other than initial hardware setup and initial programme load (IPL), is to properly describe the hardware (IOW ACPI). After IPL (i'll fudge and classify grub/lilo/$whatever-second-stage-loader making BIOS calls as part of IPL) it's your OS and only your OS running, other than for (hopefully) rare SMM traps.

      How did you manage to be moderated informative? My mind is boggling so much i'm starting to feel dizzy...

      --
      I use Friend/Foe + mod-point modifiers as a karma/reputation system.
  8. Flashing up is hard to do by IO+ERROR · · Score: 3, Interesting
    Okay, RMS is right; we need some action here. I run Linux exclusively on a piece of $#!+^H^H^H^H^H Dell hardware, and when they put out a BIOS update, getting it actually flashed involves the following misadventure:
    1. Unzip the self-extracting archive.
    2. Find the disk image included therein, and burn it to CD-RW as an ElTorito bootable CD. (With nothing in the data track.)
    3. Boot from CD and flash BIOS.
    4. Erase CD-RW.
    5. Don't Profit!
    I'd love to have an alternative to the BIOS which is open source, or free software, or both. That way I can finally claim to have a computer completely free of closed, proprietary software. And maybe have a chance of configuring the hardware a little better as well. Dell's BIOS is painfully short on options.
    --
    How am I supposed to fit a pithy, relevant quote into 120 characters?
    1. Re:Flashing up is hard to do by Bert64 · · Score: 2, Interesting

      Infact, newer versions of some dell bioses actually break X, atleast the latest bios for the inspiron 2600 laptops prevents X from starting up.
      Aside from that, why do they bother with floppy images? most of their machines dont come with floppy drives anymore anyway.. and a program you run from the os won't work too well if the old bios is causing your os to not boot.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    2. Re:Flashing up is hard to do by Enry · · Score: 3, Informative

      IBM's server hardware BIOS can be flashed from Linux.

    3. Re:Flashing up is hard to do by Cat_Byte · · Score: 2, Informative

      You do know there are several alternatives for flashing a Dell, right? You can even push it remotely. They also have binaries for Linux on several of the systems I have flashed so you can just run it straight from the OS.

      --
      Two roads diverged in a wood, and I - I took the one the bus load of girls just went down.
  9. Eat your own dog food.... by Gopal.V · · Score: 5, Interesting
    What ever you say about RMS - he does eat his own dog food. I heard about the pains the FreeBIOS team had in converting RMS's personal laptop to FreeBIOS sometime back. But all that said, I am NOT going to flash this thing onto my boxes. This is what I'll do -

    You can help our campaign by buying AMD CPU chips and not buying Intel, and by publishing statements about what you're doing. Likewise, buy motherboards that support free BIOS.

    According to the FreeBIOS website, Acer , Via and SiS support it . And it will probably see a LOT of Bochs in testing too. So I might opt for an Acer laptopt finally (it's cheap too)
    1. Re:Eat your own dog food.... by scharkalvin · · Score: 2, Interesting

      You can help our campaign by buying AMD CPU chips and not buying Intel, and by publishing statements about what you're doing. Likewise, buy motherboards that support free BIOS.

      According to the FreeBIOS website, Acer , Via and SiS support it . And it will probably see a LOT of Bochs in testing too. So I might opt for an Acer laptopt finally (it's cheap too)


      Well my new linux box has an AMD64 cpu on an Asus motherboard with a Via chipset. Guess that's at least 2 our of 3.

  10. Re:Ibm by TheDredd · · Score: 2, Interesting

    Apple uses open firmware for their boot mechanism, which is already pretty "open"

  11. Motherboard support by lisaparratt · · Score: 5, Insightful

    The problem with a motherboard BIOS is that it's tailored to the motherboard. Could the open source fratenity actually produce a workable product across a large number of motherboards? Would they produce something that works properly on all of them, instead of having modules that have been got to a state where they're good enough for the hacker creating them, but not Joe average on the street.

    To be honest, if it's just a BIOS clone, I won't be interested anyway - wake me up when someone recreates OpenFirmware for the PC.

    1. Re:Motherboard support by anthony_dipierro · · Score: 2, Insightful

      The problem with a motherboard BIOS is that it's tailored to the motherboard.

      Not all that much of a different problem from a device driver that's tailored to the device.

    2. Re:Motherboard support by IO+ERROR · · Score: 4, Informative
      To be honest, if it's just a BIOS clone, I won't be interested anyway - wake me up when someone recreates OpenFirmware for the PC.

      That's what OpenBIOS are doing!

      --
      How am I supposed to fit a pithy, relevant quote into 120 characters?
    3. Re:Motherboard support by grahamlee · · Score: 2, Informative

      Amen to OpenFirmware. It rocks muchly; not only through being infinitely configurable (and allowing my FCode-containing devices to work on any OpenFirmware-containing computer), but through letting me boot from a plain text file on an E450 to play pong :-) IEEE1275 is where the future lies. Available for Sun & Mac, please do not chew your open firmware.

  12. Innovation by Mork29 · · Score: 4, Interesting

    I think that an open BIOS could really change things. The bios is something that hasn't seen true development or innovation since it's inception. Many products have been used by the masses, and not improved, untill FOSS was there to take it's job, and then they got on the ball, and they started competing with each other. This benefits everybody in the end. Besides, anybody who has ever done any OS or bootstrapping development, knows that there are way to many peculiar BIOSs out there, that have to be planned for. They load your code at different locations, they set the registers to different values, and your left wasting those first 512 bytes, just cleaning up what the bios did.

  13. 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.

    1. Re:LinuxBIOS isn't a BIOS by crok · · Score: 2, Interesting

      Didn't someone put this together with the BOCHS BIOS at some point? That would enable booting an OS from disc in the more conventional fashion, as well as supplying all the icky legacy stuff you need to run DOS.

    2. Re:LinuxBIOS isn't a BIOS by Pedrito · · Score: 2, Informative

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

      Not exactly. It's actually a BIOS. It replaces your PC BIOS. And last I checeked, it could boot and run Windows 2000, Linux and OpenBSD. It's not as standardized as other BIOSes, but it's still a well functioning BIOS.

  14. Paranoia? by ayn0r · · Score: 4, Insightful
    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.

    It might just be me being naïve, but would Intel really go to such lengths to create a "distraction"? I find it a bit paranoid to think they'd start a project with the sole intention of just slowing down the progress for an open sourced BIOS.

    1. Re:Paranoia? by Chris+Burke · · Score: 2, Informative

      I think you're reading too much into that statement. I don't think the idea is that Intel released their "open" bios in order to deliberately distract developers away from developing a truly free and working bios. It's just not what is needed. Intel released some useless crap in an effort to get the OSS guys to shut up, and it didn't work. It isn't really "such lengths", it's just some code that Intel doesn't find important.

      Nevertheless, it is a distraction.

      --

      The enemies of Democracy are
  15. ObLinusQuote by Anonymous Coward · · Score: 3, Funny

    "Anybody who tells me I can't use a program because it's not open source, go suck on rms. I'm not interested. 99% of that I run tends to be open source, but that's _my_ choice, dammit." (Linus Torvalds, October 26, 2004)

  16. "minus all the Hurd parts" by Speare · · Score: 2, Insightful
    Is it just a coincidence that he is frustrated by the progress of a new open BIOS project because his Free kernel project has languished in obscurity and incompleteness for a decade?

    Come on. Intel only started their project in the past couple years. If you can't finish Hurd on your own, don't gripe about other projects which aren't moving fast enough for you. Or, hey, maybe you could look in the other kernels... you know, the Open Source kernels which aren't owned by the FSF. They seem to be able to do the job. They've been running all this time, while Hurd hasn't.

    Sure, you're going to say Hurd runs. Well, where's the GNU/GNU Distro?

    --
    [ .sig file not found ]
    1. Re:"minus all the Hurd parts" by Mmm+coffee · · Score: 4, Informative

      This has nothing to do with GNU Hurd, but instead with Free Software itself - to ensure that users aren't restricted by the software they use it is necessary to have Free versions of _ALL_ parts of the system, including the BIOS. If there is one single part of the system that is non-Free, then the entire system is comprimised.

      Contrary to popular opinion, Stallman is the last person in the entire Free Software/Open Source movement that I would expect doing something due to an ego issue. Listen to his speeches, read his writings, hell, email the man himself and ask him if this is due to Hurd. He just wants to see people not chained by thier own technology.

  17. Treacherous computing by IO+ERROR · · Score: 4, Insightful
    RMS calls this treacherous computing, and with good reason. The BIOS is where everything starts; if a manufacturer doesn't want you doing something with your computer, that is where they would put it.

    "Treacherous computing" is a more appropriate name, because the plan is designed to make sure your computer will systematically disobey you. In fact, it is designed to stop your computer from functioning as a general-purpose computer. Every operation may require explicit permission.

    This makes it even more critical that we get free software BIOSes, and soon!

    --
    How am I supposed to fit a pithy, relevant quote into 120 characters?
    1. Re:Treacherous computing by Q2Serpent · · Score: 2, Interesting

      But with an open BIOS, the community could find and fix this problem and the world would be better for it.

      I've seen BIOS bugs in many, many machines, and it is a shame. Many drivers (and even the Linux Kernel, iirc) explicitly blacklist certain hardware because of bugs like this.

      Why do we live like this? Capitalism is an opposing force to "correctness". I think Free Software is the ideal way to get to perfect software (excluding agreement among developers).

  18. The problem is, "what do you mean by BIOS?" by wowbagger · · Score: 5, Interesting

    The problem with a statement like "We need a Free BIOS" is exactly what you mean by "BIOS".

    There are two extremes to the schools of thought on this.

    The first is the minimalist: The BIOS is just enough code to put the machine into a state where it can load the real OS, and once the real OS is loaded the BIOS is no longer relevant. At a minimum this code would just set up the basics of the machine, and then load some section of the hard disk into memory and jump to it.

    The second is the maximalist: The BIOS should provide abstract access to all hardware so that the OS does not have to have drivers. The BIOS would provide routines for the disk controller, video, human interface systems (mouse/keyboard/etc.), memory control, system control, you name it. The OS would never get its hands dirty accessing real hardware.

    Both of these approaches have problems. The Minimalist approach means the OS has to support all hardware - which is the lament those of us who don't run Microsoft operating systems will sometimes have. If your OS does not know about your shiny new FooCard then you are out of luck. In the ideal Maximalist case, the BIOS would supply routines to access all the functions of the FooCard and your OS would Just Work no matter what.

    However, the problem with the ideal Maximalist approach is that desiging a BIOS API that will work with all operating systems is HARD . Your BIOS has to have a means of calling back into the OS (since real, non-trivial drivers need to have things like semaphores, queues, interrupt handlers, rescheduling points, etc.), but then you have to insure that all operating systems supply all those APIs with the same semantics.

    Now, ask yourself, if you designed a BIOS callback API around the Windows semantics (drivers cannot block, drivers must schedule a deferred procedure call if they cannot complete, drivers cannot cause a page fault to swap) how different it would be from a Unix-y style callback (drivers can block, drivers can pagefault from swap, drivers run til they are done).

    The current thoughts are "The OS knows best what to do, let the OS have the drivers".

    Now, in the context of a Free driver, you have to decide where between the Minimalist and the Maximalist you want to draw the line. Do you want to force the OS to have the code to set up the memory handlers and PCI bridges, for example? If the OS can handle reprogramming the PCI bridges it sure makes PCI hotplugging a great deal easier!

    If you look at the LinuxBIOS approach, it is more of a maximalist approach targeting the Linux kernel. This is great if you run Linux, but what if you want to run *BSD, or Windows, or CP/M-86?

    It would be possible, barely, to do like my old Multia did - provide BOTH a Windows friendly BIOS and a *nix friendly BIOS, and a means to switch between them. But now you've just doubled (actually more than doubled) the work for a system manufacturer - he has to write a BIOS for Windows, a BIOS for Linux, an BIOS for NetBSD....

    "Just publish the specs, and we will write the driver!"

    Again, publishing all the specs is hard - there's always that little "Oh yeah, we found that if the temp is less than 5C you have to wait an additional 50uS for this part to respond to a query - it's not intended behavior but it is observed behavior, Charlie found that out."

    And even if you can completely document all the specs, there is still the little issue of "How do I, the end user, get the BIOS for *my* OS flashed onto this board?" - if you think the manufacturers are going to flash boards with seventeen different BIOSes depending upon the customers whims... I have some oceanfront property in Goddard, KS to sell you.

    Then there is the issue of add-in cards - how do you integrate any BIOS they may have on them into the BIOS on your motherboard?

    Now, I know somebody will point out OpenFirmware - the idea that the cards provide drivers in a bytecoded language targeting an API

    1. Re:The problem is, "what do you mean by BIOS?" by Etyenne · · Score: 2, Interesting

      The problem with the Maximalist approach as you define it is that you will need to update the firmware every time you install a new piece of hardware. I can't believe my firmware will support every sound card and TV tuner under the sun, for example.

      I am not an engineer, but I would go with a Minimalist approach augmented with just enough smart to abstract access to the boot device. Which is, in itself, pretty big if you take into account booting from the network, USB/Firewire devices, etc. From there on, the bootloader or the OS kernel should take control.

      --
      :wq
    2. Re:The problem is, "what do you mean by BIOS?" by Ahaldra · · Score: 4, Insightful
      You are contradicting yourself:
      Now, I know somebody will point out OpenFirmware [...] This is nothing more than the Maximalist approach [...]
      [The OpenFirmware drivers] are good enough to boot the system, and then get replaced by OS specific drivers [...]
      You are thinking too black-and-white. Nothing is stopping you from using a hardware and OS independant approach like Open Firmware and then instead of booting a kernel, bring up a device hardware abstraction layer that boots a kernel.
      It hasn't been done yet (to my knowledge) but that shouldn't stop you right? ;-)

      Reading your text I think you have a few misconceptions on what Open Firmware is and which features it provides. I suggest reading this very insightful introduction.
      If you are an embedded systems engineer, what do you think about alternate approaches like Tinyboot?

      --
      Code is Speech. No to Censorship.
  19. Re:What? by diegocgteleline.es · · Score: 3, Informative

    actually, Intel cooperates quite a bit, by maitaining their own network cards or providing 2 or 3 developers for the linux acpi subsystem:

    diego@estel ~/kernel # grep -i @intel.com MAINTAINERS | wc -l
    11

  20. Why rewrite a free version of the same horror? by forgoil · · Score: 4, Interesting

    Isn't it really time for some improvements in the bios area? Most OSes today don't use much of what is there, and the BIOS only function is to set up a number of parameters most non-overclockers/non-nerds could care less about.

    What about making something more useful than what is there now? Something that could have more features, such as replacing grub all together? (as in be able to boot any of your OSes on any any kind of bootable hardware) Maybe even have it run *gasp* in 32/64-bit mode and leave all the old horrors of x86 BIOSes behind, and maybe even make it possible to tailer it to other kinds of hardware (not x86).

    If they want people to support this, they really need to add some value to the whole thing, as many do care less about holier-than-thou hippiness.

  21. Open Hardware by tbcpp · · Score: 3, Interesting

    This is a good starting place. "I have a dream" that someday we can have open hardware as well as software (aka www.opencores.org).

    --
    Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor.
  22. Why wouldn't vendors want a free BIOS? by Hortensia+Patel · · Score: 2, Interesting

    I mean, leaving aside the "free-as-in-speech" angle, surely the "free-as-in-beer" angle has undeniable attractions?

    Is it really just a case of the dominant vendors wanting to use BIOS quirks to lock-in their market share?

  23. It's called free market by Anonymous Coward · · Score: 3, Interesting

    If you had read the article by Stallman you'd have found out that Stallmann is specifically asking people that agree with him on the need for a free bios to boycott Intel and tell them about the reason for boycotting them.

    So what Stallman is trying to do is build a market force that will persuade Intel that it is in its best interest to create a free bios or at least to not stand in the way of creating one.

    Hope this answers your question.

  24. Upcoming Slashdot article: by harris+s+newman · · Score: 3, Funny

    RMS, seeking 100% freedom, calls for a free governement. He was quickly carried off to Guantánamo Bay, Cuba for what was called a "debriefing". Knowledgable sources have stated that he will be released "someday".

  25. Re:Show us the code by Anonymous Coward · · Score: 4, Insightful

    This is a greatly injust comment to the man who started the free software movement. Please note that RMS is the man behind gcc, the most important free piece of software in existance.

  26. Re:What? by pe1rxq · · Score: 3, Informative

    Intel support sucks....

    They might have some great people working on linux but the company in general just doesn't care.
    It took intel a full year before they had even half decent support for their wireless chipset despite promisses that they would support it when promoting it.
    They refuse to release proper specs on their video chipsets in order to let X use the proper panel size on a laptop.

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  27. Doing without the BIOS entirely by Etyenne · · Score: 2, Interesting

    Some onboard boot code is certainly required, but I would like the BIOS to stay as minimal as possible. Basically, just enough to load the bootloader.

    There is trend toward larger and more featureful BIOS. I just don't understand that. Everything that can be done by the OS should be. Updating an OS is much easier than a BIOS, for starter.

    And while you are there, why not drop the DOS-supporting cruft ? (like most of the BIOS software interrupts, for example)

    --
    :wq
  28. Aren't BIOSes hardware-specific? by MondoMor · · Score: 2, Interesting

    I could be completely stupid, but isn't one of the jobs of the BIOS the configuration of the chipset and any embedded devices? For instance, an embedded AGP chipset that "Shares" some of the system RAM for video RAM, or a southbridge with several optional devices that may or may not actually be used on the motherboard.

    The many and myriad chipsets out there all have quirks and special setup needs, even in really simple configurations. Chipsets have many registers that may need to be configured based on the layout of the traces on the motherboard - I've seen older VIA chipsets with registers for timing delays and (I think) slew rates on IO pins.

    This would require a small army (or a company like, say... oh, I don't know... PHOENIX) to not only sift through the mountains of often crappy documentation to squeeze the most out of the chipset, while keeping the board stable.

    If it's a choice between a stable, well-tweaked CLOSED BIOS and an unstable, lowest-common-performance-denominator OPEN BIOS, I'll pick the closed one, thanks.

    1. Re:Aren't BIOSes hardware-specific? by aXis100 · · Score: 2, Interesting

      What if your stable, CLOSED BIOS has some nice hooks that feed data back to the FBI headquaters or something. Or maybe it kills kittens? Wont somebody please think of the kittens!

  29. The issue is... by chris_eineke · · Score: 2, Interesting

    do we really need a BIOS?
    Can we live and power our computers without one?
    Why don't we strip all obsolete junk away, i.e. the A20 gate? Once we do that, why don't we get rid of the BIOS itself?
    The less hardware and software, the more direct access we'll have to the hardware, and the less software-wrappers we'll have around hardware -> higher speed, less code, more time for important things.
    I can't answer those questions. Can you?

    --
    "All you have to do is be fragile and grateful. So stay the underdog." Chuck Palahniuk, Choke
  30. OpenBIOS rah rah rah! by NekoXP · · Score: 3, Insightful


    Everyone should support and increase the compatibility of OpenBIOS!

    OpenFirmware is the best BIOS standard ever, the joy of being able to code
    from the command line and have non-interrupt-hijacking calls to the firmware,
    a rudimentary HAL etc. is absolutely 100% cool.

    It won't improve your Windows experience but who the hell cares about that? :)

    It already has the support of Apple, Sun, SGI and IBM, comes in 32 and 64bit
    versions in the standard, has a framebuffer, text console that redirects to
    serial, video etc. automatically, blah blah blah.. Intel won't support it
    because they like EFI.

    But forget Intel too :)

    Everyone should move to PowerPC, but then call me biased..

  31. Wrong implicit assumption! by PontifexPrimus · · Score: 5, Insightful

    I'm sorry, but you're making a wrong assumption: this is not a zero-sum game. A zsg would require a situation where every gain on your opponent's side is a loss for you. Software development doesn't work that way. If you "invest" in creating new software that's freely shared you increase the pie, so to speak. By allowing other people to use your work and not requiring them to re-invent the wheel there is a net gain for the community, including you, since you benefit from others. This is a principle that might be hard to understand for someone who accepts the tenets of capitalism as the only ones possible (I do not wish to insult you, but many Americans seem terribly narrow-minded and uninformed in that respect, having been tought from childhood that everything related to communism is "bad" without ever going into detail).

    --
    -- Language is a virus from outer space.
    1. Re:Wrong implicit assumption! by amightywind · · Score: 2, Interesting

      I do not wish to insult you, but many Americans seem terribly narrow-minded and uninformed in that respect, having been tought from childhood that everything related to communism is "bad" without ever going into detail

      I am proud to call Stallman a fellow American. Left leanings and all, through his push for the freedom of ideas and cooperation, he exemplifies the patriotic ideals of our founding fathers. Richard Stallman is the Thomas Jefferson of the computer age.

      I think Europeans stereotype Americans and their views too narrowly. It makes America easier to understand for them maybe. Having said that, the communism the world has witnessed for the past 100 years deserves all of the scorn that can be heaped upon it.

      --
      an ill wind that blows no good
    2. Re:Wrong implicit assumption! by PontifexPrimus · · Score: 2, Insightful

      I'm not saying the implementations of communism were perfect, far from it. What I claimed and continue to claim is that Americans tend to have the mantra "communism=bad" internalized to such a degree that it is impossible to even discuss it rationally. What's worse, most Americans have a deep-rooted hatred for a political and economical system without even having the faintest idea of what it is all about. I've worked with Americans before, and a very interesting question to ask is "What exactly do you hate about communism?" Turns out no one I spoke to has even a basic grasp of the underlying ideas of communism. When I tell them that one way of overreducing communism and capitalism to better contrast them is to say "communism basically believes man is good, capitalism basically believes man is evil" they react with disbelief.

      --
      -- Language is a virus from outer space.
  32. Mmm_coffee++ by xeno-cat · · Score: 2, Insightful
    No mod points to bump you so I'll just add that it is really annoying when people who have probobly never contributed a single line of code to any project anywhere in the world start bashing RMS for being a relic/fanatic/idealist.

    RMS is not only the last person I would expect to put ego above cause, he is one of the few people in the world who truely understands what he started.

    I wish people would just chill about the guy.

    Kind Regards

    --
    "A few great minds are enough to endow humanity with monstrous power, but a few great hearts are not enough to make us w
    1. Re:Mmm_coffee++ by Mmm+coffee · · Score: 4, Insightful

      Agreed wholeheartedly. I've been around the man a few times, and the image most people have in thier minds about him is way off.

      His problem is that he's not the most social creature around, so he tends to come off poorly due to his social ineptitude. Take his speech about free documentation at the O'Reilly conference. While it is very nice (and appreciated) that they're releasing awesome manuals, it's not free for all to use. This threatens Free Documentation -- Since there's these non-free manuals that rock (bought a few of 'em myself), people will be less inclinded to write good Free (speech) documentation, which the movement is in dire need of.

      RMS was 1010% correct. However, he told it at the worst possible moment in the most outright manner possible, so he came off as a jerk.

      Listen to his words. Watch his actions. But try to ignore how he presents the former. He just doesn't know people all that well.

  33. Intel's Extensible Firmware Interface by Ushakov · · Score: 3, Interesting

    Intel is actually trying to get rid of BIOS (that is controlled by PHOENIX), pushing its own "Extensible Firmware Interface" (http://www.intel.com/technology/efi/), which seems to be something like OpenFirmware reinvented.

    The license on the download page looks like a standard 2 clause BSD license.

  34. Re:Trusted Computing & DRM by wed128 · · Score: 2, Insightful

    isn't the whole point of "Trusted Computing" to keep us from circumventing DRM?

  35. Question--who made Intel the king? by bigtech · · Score: 2, Insightful

    Right now I'm running an AMI bios, a VIA chipset and an AMD processor. Shouldn't an open-source BIOS be subject to regular standards organizations, rather than a vendor?

  36. Re:You can't eliminate companies by ckaminski · · Score: 2, Insightful

    And who exactly, when they've spent years working on a project on nothing more than blood sweat and tears and not a few Mountain Dews, is going to allow a company to come in, fork their code, write their own extensions, and keep them locked up ad infinitum?

    The answer is no one. No one who does open source for fun, for the purity aspect will want to do this (Although I imagine there are a few masochists out there who don't understand dual licensing). Companies who want to do open source will do something like Sun and their CDDL, or won't do OSS at all.

  37. Re:Show us the code by dbIII · · Score: 2, Informative
    He did invent emacs
    Yes, but he didn't write it. A long time back RMS wrote some text macros for a truly scary text editor - others then asked permission to create an editor written in C that operated in the same way - hence RMS "invented" emacs (his own description) but didn't actually write it - hence he's always descibed himself as the inventor and not the author or the maintainer.
    then went on to try to rename linux, which other people had written

    He does however request that people refer to the GNU system that uses Linux as a kernel as GNU/Linux

    People who remember the first silly attempt - the LiGnuX name which RMS put forward as a way to promote the contribution of GNU to linux - probably would not see it the same way. He was honest about it and saw it as entirely the right thing to do - but really it's just playing politics and using something else as advertising. It's simple - if you don't control it you don't name it - so you have Redhat linux becuase they put together a distro and you don't have LiGnuX becuse no-one who cared enough about the issue could be bothered to put out a distibution. Just telling people what to do is the mark of politics - which we get enough of everywhere else.
    I expect this sort of crap from non-F/OSS users but from people who actually use and value F/OSS, it's bordering on the idiotic
    We don't need hero worship - you just get disappointed when you grow up. We need to take what people say on its merits - the good and the bad. Just remember that this guy has an agenda, just like when he was running down linux or pretending to have never heard of it in every interview up to the time he tried to change its name to LiGnuX, and then gnu/linux later on. He was telling the gcc maintainer not to worry about new versions working on linux because that wouldn't help the hurd - just like when sacked the emacs maintainer for adding X windows support because that wouldn't help the hurd. In the end, they both weren't really his projects, so people went ahead anyway.

    He's done some very good things, but his goals may not all be relevant to me - and I said show us the code because results are often more relevant than goals. Simple proof of concept stuff says a lot more than ranting - I should have just left it as "show us the code" instead of putting in my own rant.

    I really don't think RMS slamming Intel is going to acheive anything positive at all. RMS setting up some sort of BIOS group instead of just slamming Intel would acheive something.

  38. electronics mass production bottleneck by qwasty · · Score: 2, Interesting

    I think in a few years' time, we'll see technology that could be adapted to a garage electronics shop. Some things might still have to be purchased from a commercial vendor, like silicon wafers and such, but I've seen plenty of articles in MIT Technology Review during the last 5 years that really look like they could allow hobbyists to cheaply produce their own microelectronics.

    I think the hard part is going to be getting our hands on the software needed to design the things though. Here's some info that might might get you started if you want to browse for more ideas - http://www.geek.com/news/geeknews/2004May/bch20040 525025304.htm

  39. How to flash motherboard BIOS under Linux? by zero0w · · Score: 3, Interesting

    Before we start to discuss on creating a FreeBIOS, I would like to ask, how do you flash your motherboard BIOS in a GNU/Linux Operating system?

    Do we have a UniFlash counterpart in GNU/Linux?
    (Btw, UniFlash is a DOS utility.)

    Because AFAIK, I still have to boot a DOS floppy in order to have my motherboard BIOS flashed; or rely on tricks like creating a Bootable USB flashdrive wilth DOS on it.

  40. GPL and your scenario made simple: by Otto · · Score: 2, Informative

    Can management remain happy by keeping their baby to themselves, or would GPL require that the source to 'a' be made available?

    If this code is all purely internal, and you're not distributing it outside the company, then you can do essentially whatever you want. The GPL only really covers distribution in that respect. It does have some words about modification of GPL'd code, but nothing there requires you to release or distribute your modifications to other people.

    The above assumes someone else wrote 'b' and 'c'. How would the scenario change if I wrote 'b' and 'c'? Would it then be possible to keep management happy, and if so what would the licensing structure be?

    If you wrote B and C, and don't have some clause where all your work is owned by the company, then it's a different matter. You own the copyright, so you can do essentially whatever the hell you want. If the company owns the copyright, then you'd have to convince them to release B and C as GPL instead.

    But essentially, the owner of a piece of code can do anything they damn well please. The only catch here is in accepting patches back from other people. If you release a piece of code as GPL and somebody makes a patch, then they have created a derivative work and it's under the GPL now with respect to you. So you can't take those patches and then shove them back into something you're doing. Oh, you can if the ABC software is only distributed internally, you just can't relicense those patches under any other type of licensing scheme.

    The point here is that if ABC is something you only use internally anyway, then it makes little difference what the licensing scheme on the code is. You just can't come back and distribute ABC later. If distributing ABC as a whole is a possibility, then licensing matters, but assuming all of ABC was written by people in the company or by you or what have you, then it doesn't matter all that much. You're hardly likely to sue yourself for violation of your license.

    The only case where you have to watch it is when you release GPL'd code and accept patches back. You don't own those patches, and they are GPL'd to you. Accepting patches is a problem if you want to distribute ABC later.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  41. Here it is by Dolda2000 · · Score: 2, Informative
    Sure, you're going to say Hurd runs. Well, where's the GNU/GNU Distro?
    Here it is!
  42. In a few months... by dcrocha · · Score: 2, Funny

    after the first release of a GPL'd BIOS, I bet RMS will get pissed off about the new BIOS being called "FreeBIOS" instead not "GNU/FreeBIOS".

  43. european view by N3wsByt3 · · Score: 2, Insightful

    "I think Europeans stereotype Americans and their views too narrowly. It makes America easier to understand for them maybe."

    Yes, OR maybe that's an easy excuse to downplay any critique on Amerikans and the USA from us europeans.

    For sure, there is a danger in using clichés and stereotypes, but it is also true, that those clichés *DO* hold a lot of water. Actually, I can't say I know of any well-established cliché about the nature of a people, that didn't had some truth in it. And that includes those of my own people/country, even though I would be hardpressed to acknowledge them in public. (Something which most USA-citizens seem to have too, only in a bigger national-zealot-reflex manner).

    But actually, they ARE true, to a large extend.

    The danger comes from turning that cliché into an absolute viewpoint: that ALL europeans or americans are like that. Being rational and honest, no one can actually claim such a thing, of course. So, while I may think that, in general, the USA - and especially it's current government - is arrogant, narrow-minded, uncritical and downright hypocrite idiots, I temper this viewpoint with the knowledge the USA also had and has critical thinkers and rebels that show signs of independend thought, intelligence and a cosmopolitan attitude, like Carl Sagan, M.Moore, R.Stallman and some others I've come to know by their work. Those people certainly deserve respect.

    It does not follow the USA as a whole deserves respect. Certainly not like things are going currently. However you want to turn it, you must realise that the USA is behaving like a bully, and is increasingly acting - especially since the end of the cold war - like the world is their backyard where they can do what they want.

    This is not surprising, since they ARE currently the only true superpower left, and being the strongest (as bullies usually go), they think everything is permitted. Sooner or later, they will discover their error.

    --
    --- "To pee or not to pee, that is the question." ---
  44. Why have a BIOS API? Why even have a BIOS? by Skapare · · Score: 4, Interesting

    The early BIOS was there to provide basic I/O support ... hence the name. but not all machines in the day had such a thing. This really came about from the fact that microprocessors were also being utilized in embedded applications involving firmware. So it was natural to think of having a firmware do common parts, like low level hardware support. But big computers, such as IBM mainframes, had no such thing. And they didn't need it. And a PC doesn't need it, either ... especially an I/O API part.

    What is really needed to get an operating system started? Really, just a boot loader. The first computer I used was a PDP-8 minicomputer. It had a front panel where you could set switches to define data and address, and store the results into core memory. There was a boot loader program we would manually toggle into core memory when we needed to (core memory, BTW, retained its contents when powered off). That boot loader would then read the paper tape reader and load the operating system. But there was no I/O support from the boot loader. There was no firmware. The OS being loaded was self contained.

    The next computer I worked on was an IBM mainframe (several of them, actually). Early models (360 series), did what was call IPL (initial program load) by triggering a single CPU instruction to perform a single channel I/O operation to read from a specified device (selected numerically by dials on the front panel). The first read operation loaded in just enough additional instructions to start more read operations to bring in enough of a boot loader to load the entire OS image. Then it branched to the OS and things took off. Again, there was no firmware I/O support other than these machines did have separate "I/O channel processors". The OS had to do whatever it would do on it's own.

    Fast forward to the emergence of BSD and Linux on PC. The BIOS is used to load the boot loader which loads the OS. The boot loaders generally do use the BIOS API, but in theory, they should not have to. The OS (32 bit and 64 bit versions now) don't need, and generally can't use, the BIOS API.

    So I say, get rid of it. Let's not have an I/O API in the BIOS anymore. Then let's quit calling it a BIOS (because it won't be that anymore).

    That leaves 2 functions which what we now call a BIOS does already, which we still need to do. One is to configure the hardware. This is one of the hard parts because it has to be tailored to the chipset and maybe even CPU involved. The other is to load the operating system.

    The hardware configuration could be handled in a different way. By adding on a 2nd smaller (maybe 16-bit) CPU, it can run a firmware program separate from the OS (the host CPU) that not only configures the hardware, but can also constantly monitor it while the OS is running. It could even be networked for those 10,000 machine server farms.

    This same extra CPU could also do the boot loading. But it wouldn't need to do much device I/O. It should have the ability to read a few basic devices (serial port, USB, Firewire, floppy, CDROM, ethernet, and IDE/SATA hard drives) sequentially from a specified starting point and load blocks into RAM or into flash memory (or flash to RAM). Put it in a loop and it can do this with megabytes of OS images directly (this serving as the full boot loader). Flash memory of 4MB to 16MB would be plenty (for now).

    I doubt we'll ever get a totally non-proprietary machine. But at least by having no more OS to firmware interfacing, we can eliminate some of the issues. And the extra control processor (something the later IBM mainframes already have many of anyway) will enhance the hardware support as well.

    --
    now we need to go OSS in diesel cars
  45. Beyond a free BIOS by ajs318 · · Score: 2, Interesting

    We all know the whole 80x86 architecture is bodgey and suboptimal ..... people only stick with it because that's what Windows runs on. Why don't we just go out of our way to create a brand new, streamlined design for a hardware platform, using something like Power G5 processors? {And you'll note the plural there.} Not just the BIOS, but the whole motherboard. We could start from scratch, make it totally legacy-free if we so desired; though it'd be stupid not to support USB, SATA and one of the graphics card busses. The entire spec could be open. We could probably even specify repair-friendly stuff like "All ICs to be socketed, all jumper points to be labelled, LED indicators required on foo and bar".

    --
    Je fume. Tu fumes. Nous fûmes!
  46. Re:Follow the money by Rattencremesuppe · · Score: 2, Insightful
    But if someone's done gone and reverse-engineered stuff to the point of being able to write a substitute BIOS, doesn't that render hiding low-level hardware details kinda moot?

    Theoretically, yes. But reverse-engineering is not as good as having access to specs. (and that's why RMS and others are asking to disclose them in the first place).

    BTW, having people reverse engineer their hardware is not something they can influence, but they may choose to keep the specs secret (or offering access only under NDA).

  47. Re:You can't eliminate companies by ultranova · · Score: 4, Insightful

    The GPL version of open source is not going to work, especially if you want an entire system from thousands of different vendors to be 100% open source. It's hard enough to get industry-wide standards adopted WITHOUT requiring everyone to give their products away for free.

    How does something that directly contradicts reality get modded insightful ?

    The only thing that will work is to either reinvent the wheel from scratch, in your own country, under communism, and hope you'll succeed where no one else has. (China seems to be making progress).

    The current scarecrow to throw at your enemies is terrorism, not communism. Please follow your times.

    Also, if you meant that shared ownership implies communism, it logically follows that any company with more than one shareholder is communistic.

    Come up with an open source license that doesn't take away control of finished products from companies who haven't yet had a chance to earn a profit from their work

    AFAIK most open source projects are (or at least started as) the work of people, not corporations.

    The GPL doesn't work, it requires immediate release of source that can be used by competitors or would-be customers, and eliminates the profit motive.

    Um, isn't this exactly what the company releasing its code would want ? That anyone who distributes products based on the code must release any enhancments to the code under GPL as well ?

    You do realize that just because you, the original author and copyright holder, released version 1.0 under the GPL, doesn't mean you that you are under any obligation to release version 1.0.1 under any license - assuming, of course, that you own the copyrights to all the code in version 1.0.1 ? Licenses are used togrant rights, under certain terms, to people who don't have the copyright to whatever is being licensed.

    Or were you bemoaning over companies inability to take GPL'd code, add some features, and sell the result as their own proprietary product ? If so, keep on lamenting; you won't get any sympathy from me.

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  48. Re:You can't eliminate companies by ratboy666 · · Score: 3, Informative

    Companies sell me hardware.

    Not (commodity) driver software.

    I would STILL buy hardware -- in fact I require that any hardware
    I buy be supported by open systems. No support == no sale.

    I really, truly, don't want the hardware vendor writing drivers.
    (except as an example of how the hardware is EXPECTED to be used).

    Take Intel as an example. Intel supplies some proto-code to illustrated
    how protected mode works. But Intel does NOT supply Windows, BSD, Linux
    etc with the processor chip.

    Does the GPL hurt at all under these rules? Perhaps a company is afraid
    that simply having access to the register specs is going to allow
    a competitor to build a compatible chip and sell it for less money.

    Figure 6 months to tape out, test, write documentation, market -- and
    think about the cycle on existing chips! It won't make any difference,
    unless the original chip is SO simple that it is trivial and not worth
    the purchase price.

    Also, patents on chip algo implementations can be obtained (I even
    have some, so it 'aint that difficult!)

    Perhaps you want me to believe that Intel can compete whilst opening
    a register spec on the processor itself, while NVIDIA and ATI can't compete?
    I'll even grant you that... but, personally, I only use open drivers.
    (more secure, crashes can be dealt with, and have a future). Even if the
    open driver solution costs WAY more.

    For example, I use the DLink 800+ Ethernet to Wireless Bridge, rather than
    a closed-source 802.11b solution. Cost? $20 vs. $100. Benefit? The open
    solution will work with any platform (PC, SPARC, Windows, Solaris, BSD, ...). Yup, DLink is now $80 ahead (at least on me).

    Oh, and the software within the 800 isn't even `GPL'! Its simply a bridge
    from 802.11b standard and Ethernet standard.

    As to software - low level OS and driver and commodity software must
    be open source. Specific applications may be distributed in a more rigid
    manner (although I STILL prefer source distribution, not knowing if the
    vendor is going out of business, or what her plans are -- escrow would
    work as well).

    Ratboy

    --
    Just another "Cubible(sic) Joe" 2 17 3061
  49. Three Arguments For An Open BIOS by po8 · · Score: 3, Insightful

    Offhand, I can think of three strong arguments for an OpenBIOS.

    1. Decreased obsolence: As others have noted, changes in BIOS requirements can be responded to given the BIOS source. BIOS maintenance is no longer at the whim of the hardware vendor. This could extend the useful life of hardware.
    2. Decreased HW lockout: As others have noted, the move toward "Trusted Computing" could easily take a sinister turn. An open BIOS would make it much harder for hardware vendors to lock out libre software.
    3. Increased OS compatibility: Many seem concerned about getting hardware compatibility right in an open BIOS. The flip side of this is that getting the BIOS to work with an open OS would become much easier. The premiere example is ACPI, where the BIOS often has bugs with corresponding Windows workarounds.
    I think the goal of producing an open BIOS that works well on a number of machines is quite a difficult one. The rewards of achieving it, however, seem high.
  50. Re:Why the BIOS will never be Open Source by ChrisMaple · · Score: 2, Informative

    In the days of CPM on Z80, it was not uncommon for the BIOS to be available as source code. In fact, Digital Research provided a skeleton BIOS so that developers could copy their example onto new hardware. Of course, a BIOS that was only 2 kilobytes was not a big deal, but it shows that the principle can work. And there's no "magic" involved.

    --
    Contribute to civilization: ari.aynrand.org/donate
  51. Re:You can't eliminate companies by John+Whitley · · Score: 4, Interesting

    You have a few incorrect assumptions in there.

    First, you seem to assume that there should be a license monoculture. While that eases the learning curve, it isn't necessarily realistic. Each of GPL and BSD licenses has its place today. The GPL works very well for projects that need to establish a "community space" for sharing work. It has been especially successful, IMO, in projects where many parties can come together to distribute the effort of "infrastructure" -- code that would otherwise be a cost-center for everyone involved. The Linux kernel itself is a great example of this. BSD is highly appropriate for projects that prioritize the utility of the work to all parties over the community sharing ethos. It proven to be especially relevant to reference implementations of standards, where acceptance and deployment of the standard itself is more important than any code that merely implements it.

    Second, you ignore dual (or N-way) licensing. For example, the folks that released FFTW (Fastest Fourier Transform in the West) at MIT did so with the blessing of the university because they could dual license. Researchers and those willing to contribute back to the work as a community effort reaped the benefits, while commercial entities with different licensing needs could pay as usual.

    The Zesiger License is an interesting compromise, but I'm unclear as to how it would work in practice. The GPL and BSD licenses have "social" properties that have proved very valuable to certain projects. Zesiger may simply be another point in a continuum, useful to some, less so to others. Also, it'd be nice if Zesiger or a variant had an escrow clause to help avoid "lost" code, e.g. because the company failed, creator had no backups and a hard drive crash one month before the release deadline, etc. Maybe extend SourceForge with "SourceVault" -- pages with little timers on 'em. 8-)

    As some have pointed out, we need business models that will support all the kinds of works that developers produce and users require. Licenses themselves create community rules that support or inhibit certain kinds of interaction, and thus certain ways of users obtaining support and developers earning a living. While it'd be great to have a "silver bullet" license that found that mythical perfect balance, I'm not yet convinced that goal is practical or even possible.

  52. Re:You can't eliminate companies by Hope+Thelps · · Score: 2, Insightful

    Have you READ that thing?

    "This license may be modified at any time, even retroactively, by Zesiger Inc., or whoever it chooses to serve in it's stead, in order to preempt all possible legal issues which may pervert the intent of this license."

    Retroactively modifying the terms under which I'm already using code? Sorry but I don't believe they took legal advice on that and I wouldn't touch anything that attempted anything so insane.

    --
    To summarise the summary of the summary: people are a problem. ~ h2g2
  53. Re:You can't eliminate companies by Hope+Thelps · · Score: 2, Interesting

    I just read the FAQ:

    "Requirement #3 under Getting a License Approved says Create a legal analysis of the license as it complies with the terms of the Open Source Definition...The analysis should come from a licensed practitioner of the law in your country. Fortunately, the Zesiger License is completely incompatible with that requirement since it's specifically designed to never need any "practitioners of law" in any country. It's an international license, so we're not to going even try to get legal opinions from every country in the world."

    It's intended to be used internationally therefore they HAVEN'T taken legal advice anywhere at all? And you say this isn't insane? It's "designed to never need any 'practitioners of law' in any country"? Nice trick that. Doesn't really fit with your theory of the courts rejecting unsuitable retroactive changes.

    --
    To summarise the summary of the summary: people are a problem. ~ h2g2
  54. Re:What? by FauxPasIII · · Score: 2, Informative

    > They refuse to release proper specs on their video chipsets in order to let
    > X use the proper panel size on a laptop.

    There's a patch out there that gets this working. Google for 1280patch. Yes, I work for a company that puts Linux on laptops. =)

    --
    25% Funny, 25% Insightful, 25% Informative, 25% Troll
  55. that's okay... by Cryptnotic · · Score: 2, Funny

    Slashdot has a bias toward stupid tech jokes in comments.

    --
    My other first post is car post.
  56. I violated my warranty... by Brad+Eleven · · Score: 2, Interesting

    ...by following the instructions in the motherboard's manual. It said, "Be sure to connect to our website for any updates to the BIOS," so I very naively did so. At the time, I thought it was soooo nifty that I could download the update and copy it to a diskette that my new machine would boot from and automagically perform on itself. Of course, I also thought it was really nifty that I had managed to plug in all of the parts on the first try to produce a working machine!

    Then I got a little nervous at the warnings that the update process couldn't be interrupted to avoid grave consequences. See, I didn't have a UPS, so I worried all through the update procedure.

    Then it worked! There wasn't any discernible difference, though, and dang it if it still didn't recognize my drive. So I called Customer Support, and the polite woman asked, right off the bat, whether I'd flashed the BIOS. "Why, of course," I answered proudly, thinking I'd passed some kind of test that would otherwise have required me to admit that I hadn't, after which I'd have to call back, etc.

    "Oh, I'm sorry, Sir. You've voided the support warranty. I'm afraid I can't help you."

    Of course I started spluttering, and I even tried to deny that I had, but she was well-trained. And she already had the board's serial number.

    Turned out I had a bad cable, anyway.

    So I'm all for open-source BIOSes. And friendly support that charges a reasonable fee. And nice people everywhere. And the end of evil. And religious people who are also tolerant. And rainbows. And stuff that doesn't suck.

    --
    "Press to test."
    (click)
    "Release to detonate."
  57. Re:Trusted Computing & DRM by Antique+Geekmeister · · Score: 2, Insightful

    "Trusted Computing" used to be called "Palladium", but it got so trashed and exposed as an excuse for Microsoft to prevent anyone else from being able to read their files, and even potentially from being able to boot non-Palladium signed operating systems, that they changed the name. Richard Stallman was one of the people who was really raising red flags about its management of core parts of your hardware and denying access to other, non-Microsoft controlled software.

    Like putting RFID tags in everyone's backside, there are real potential benefits but incredible social risks of the approach. And "Trusted Computing" is precisely one of the things that an open-source BIOS community would help manage and keep from doing things it blatantly *should not* do, such as be used to prevent motherboard makers from preventing you from using any OS other than their vendor-approved one (Windows).

  58. OpenBIOS is in the wild already... by quarkscat · · Score: 2, Interesting

    - it just isn't "quite" free. AFAIK, both
    SUN Microsystems and Apple use OpenBIOS. Each
    of these vendors, of course, use a different
    implimentation which is at least partially
    dependent upon the hardware supported. In each
    case, it is possible to modify boot parameters
    in a (more or less) English readable format, at
    the boot console level. At the core of OpenBIOS
    (OpenBOOT) is a Forth language bootstrap, which
    by definition is extensible. (Various Forth
    gurus state that the entire Forth language can
    be built from 13 or 15 core commands.) It is
    quite possible to extend the OpenBIOS/BOOT core
    to support new hardware not envisioned during
    OEM R&D.

    Given the memory densities currently available,
    there is no reason why any system board or chip
    level manufacturer, including Intel, could not
    offer their customers the flexibility of OpenBIOS.

    IMHO, it really boils down to greed of certain
    manufacturers - closed source and closed APIs
    results in more new motherboard sales. This is
    no different, really, than software OEMs that
    push upgrades on their customers in leu of the
    patches needed to fix bugs and vulnerabilities.

    If I were shopping for an OEM system board for
    any project that required long term support (like
    aviation, spaceflight, military, financial), I
    would tend to favor a hardware platform that had
    the flexibility and extensibility of OpenBIOS.