EFI'ing And Blinding 30
In another installment of the "BSD code popping up in odd places story", Intel are promulgating the Extensible Firmware Interface, a new abstraction layer for the "operating system and platform firmware". As this PDF slideshow shows, libc in the EFI layer is from FreeBSD (page 9), as is the TCP/IP stack (page 11). Finally Intel appear to be releasing the whole thing under something very close to a BSD license (page 15). Which is nice.
Re:PDF? (Score:1)
I was just saying that on most of the computers I am running, there isn't.
And I can't install on those, unless I have administrator access. This is NT boxes at my university.
Re:Open Firmware (Score:1)
Maybe Intel engineers had a bad experience with Pascal in school.
Re:BSD Code (?) (Score:1)
Then, Sun had the brilliant idea to ditch the BSD code and instead use the yucky System V code as its basis for Solaris 2. It took them years to get the thing stable (2.5.1 is the first Solaris that I'd consider using for anything serious).
Solaris is a serious OS these days, but it bears as much resemblance to BSD as Linux does. Right now, all three have evolved so far as to make any OS of the early ninetees look ancient.
By the way, where do you get the "mortal enemy" bit from? Sun is a heavy invester in Intel based software. It's just Microsoft they're not big fans of.
Re:because (Score:1)
IMHO vanilla HTML is probably the best cross-platform doc standard, followed by PDF if some kind of formatting is necessary (for example, an online version of a published book). PostScript is somewhat outdated for that purpose and should really be lumped in with troff and LaTeX as intermediate formats, not really suitable for public consumption.
/Brian
Fell prey to a missing feature in NT (Score:2)
And I can't install on those, unless I have administrator access.
If the designers of NT had any smarts, they would have added a feature where users can install software to their own account (think of ~/bin/ ).
Forth post... (Score:2)
Forth is a postfix (reverse polish notation) language. So is PostScript. So is the HP calc language.
Postmodernist Obscurantism to make code as unreadable as possible!
Not all that unreadable to Fith [langmaker.com] speakers.
Re:Open Firmware (Score:1)
Fourth Generation Language indeed! More like -1th generation language - Postmodernist Obscurantism to make code as unreadable as possible!
Backslash dot (Score:2)
fat12, fat16 and fat32 are the filesystems intel picked ... and they therefore use the slash of the Devil, aka the backslash.
The fat filesystem can be used with whatever directory separator your FS implemetation supports. Try mounting your winpartition from a eunuchs-like operating system that supports it (Linux does, but does *BSD?) and accessing it with eunuchs-style forward slash.
UNIX® is a trademark; eunuchs is not.There is a GPL'd EFI bootloader (Score:1)
Re:PDF? (Score:1)
I agree TeX is the only reasonable solution for creating equation laden documents. But TeX isn't a viewable format in itself (except for Knuth maybe). Comparing it to PDF is comparing apples to crays. You can publish TeX to HTML, PDF, PS, DVI, etc. I think the best option of those is PDF. I know the xxx.lanl.gov pre-print archives all of the papers in TeX, then generates viewable output on the fly.
Why am I going on about this? I don't want to write my stupid ass papers.
AMD, what are the consequences on competitors? (Score:1)
Re:PDF? (Score:2)
Why are you guys using PDF? It's a proprietary standard.. kindof goes against the grain of free softwae, don't you think? Why not use TeX, HTML, or postscript?
You do not even mention Adobe Acrobat. PDF is not a proprietary standard. PDF is an open specification, usable by anyone who wants to take the time to implement it. Kind of like HTML or TXT.
I've read your previous complaints about moderation, Signal 11, but when you post in this manner (lying about you past post, troll-like), you serve only to strengthen the arguments of those against you.
Intel (Score:1)
Releasing the specs to Itanium and now this.
Great for the opensource world.
Re:BSD: Does anyone care? (Score:1)
You're a troll, but..
Let's see, one of the other recent BSD articles dealt with adding IPv6 support to OpenBSD, and that's existed in Linux for how long? Years? (Anyone have an exact figure?)
It exists in OpenBSD since years too, and dunno where you got your facts but ping6 is not to be found on the Suse Linux I have at hand. The fact that tutorials on effectively using it appear now doesn't say that Ipv6 support just appeared.
IPv6 support is not only having support in the kernel, without userland support it's worthless, and under Linux it seems to be the case.
How's your USB support on a stable kernel anyway ? <g>
Is it just me, or... (Score:3)
BSD (Score:1)
I'm efi'ng right now. (Score:1)
Is there any likelyhood of this being used in ia32 bioses any time in the future? Would we be able to boot to Win98, NT, or Linux with this?
Python too. (Score:2)
http://developer.intel.com/technology/efi/toolk
Now Playing... (Score:1)
Re:PDF? (Score:1)
PDF isn't really that bad -- Adobe released the complete specs to it when they first released Acrobat. It's completely possible to write your own PDF reader/writer. Like xpdf and Ghostscript :-).
That's not to say that other formats aren't better, but PDF is way better then Word .doc files, which tend to be seen as the real alternative by a lot of companies.
Re:Wrong. (Score:1)
Ghostscirpy even comes with ps2pdf and pdf2ps filters, for God's sake.
Re:PDF? (Score:1)
Open Firmware (Score:3)
It there , it's open ( more or less ) it's cross-platfrom compatible etc..
It is used by sun , apple-ppc and motorola-ppc machines.
David Balazic , http://surf.to/stein [surf.to]
because (Score:1)
how does this differ from open firmware? (Score:1)
from the existing IEEE 1275 Open Firmware standard?
Will it work on non-Intel architectures?
Re:PDF? (Score:1)
We usually get ps files at the university for old exams which plain sucks because most computers don't have software that lets you read ps.
Acrobat Reader is freely available for about every os you could imagine.
I would rather have pdf that TeX or ps.
Re:PDF? (Score:1)
Re:PDF? (Score:1)
Acrobat format is owned by Adobe, but you are free to implement it yourself, the specs are available on the Adobe web site. I have written several programs which generate PDF output. You can easily create PDF files from TeX or HTML. PDF is is basically a trimmed down, streaming Postscript format, what makes it evil? There certainly isn't a better way to present equations - HTML with a ton of inserted gifs doesn't cut it. I also find that the acrobat readers do a much better job of extracting text than ghostscript does on PS. Converting from PDF to PS is trivial and can be done with ghostscript, xpdf, or Acrobat Reader on UNIX. Yes, I am PDF's bitch, but only because it is a cool format.
You deserve a good whack with a cluestick.
Re:Open Firmware (Score:1)
Re:Is it just me, or... (Score:1)