decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
Not Technically correct. | 148 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Not Technically correct.
Authored by: Anonymous on Wednesday, May 23 2012 @ 12:57 PM EDT
And the other key point about the copying in the Sony case was that it was
intermediate - like the test files - the copied material was never
redistributed.
During reverse engineering the copying only happens as part of the de-
compilation process, the re-implemented BIOS was not copied by definition
(otherwise it would not be called reverse engineering, it would be called
copying!)

[ Reply to This | Parent | # ]

Not Technically correct.
Authored by: Anonymous on Thursday, May 24 2012 @ 02:03 AM EDT
Sorry, but that is not technically correct. The compiled software only includes the API if it is not stripped and includes the symbol table. The judge understands this which is why he said ABI not API.
So much wrong here that one does not know where to begin. An API (at least the most common incarnation) is a contract between reasonably independently developed and/or maintained caller and callee of a library. There is no necessity to actually copy headers, and consequently order of parts is arbitrary, memory layout is arbitrary, symbol table content is arbitrary except for those components part of the API proper (and not supplementary and/or for internal purposes).

An ABI, in contrast, is a mapping between programming language concepts and machine language. Basically, every compiler can have his own ABI. For interoperability of libraries, it makes sense if compiler manufacturers can agree on an ABI.

Another ABI is the system call ABI of an operating system or kernel. I think that there was (is?) at one time support for the Linux ABI in FreeBSD, meaning that FreeBSD users were able to run binaries intended for running on Linux. Closely related to that is the _format_ of a binary, even though it is conceivable to support different formats (ELF, a.out, COFF ...) via different loaders in the operating system as long as the result can use the same system call ABI.

So the ABI, more or less, defines the medium, and the API defines the various kinds of messaging that can happen over it.

Both are, in essence, descriptions. There is no leeway in how the actual call interfaces and interchange data look when being compiled, but the descriptions can take a number of forms, and so can the actual symbol tables and implementations behind it.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )