Files
poky/documentation/getting-started/eclipse/html/getting-started/x32.html
Scott Rifenbark ae06e04cd2 documentation: Created new "Getting Started" manual.
Creation involved removing the overview-manual and replacing it
with the getting-started manual.  All links to the string
"&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with
"&YOCTO_DOCS_GS_URL" across the entire YP manual set.  I renamed
files used to create the manual with prefixes suited for the
new manual name, which is "Getting Started With Yocto Project".

The style sheet for the new manual needed updating to display the
new .PNG image for the title page.  The mega-manual file had to
be updated to include the files.  The mega-manual.sed file had
to be updated to include the new manual and not use the overview
manual.

(From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-02-14 15:25:29 +00:00

76 lines
3.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>3.8. x32 psABI</title>
<link rel="stylesheet" type="text/css" href="../book.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Getting Started With Yocto Project">
<link rel="up" href="overview-concepts.html" title="Chapter 3. Yocto Project Concepts">
<link rel="prev" href="other-variables-related-to-commercial-licenses.html" title="3.7.2.2. Other Variables Related to Commercial Licenses">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="3.8. x32 psABI">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="x32"></a>3.8. x32 psABI</h2></div></div></div>
<p>
x32 processor-specific Application Binary Interface
(<a class="ulink" href="https://software.intel.com/en-us/node/628948" target="_self">x32 psABI</a>)
is a native 32-bit processor-specific ABI for
<span class="trademark">Intel</span>® 64 (x86-64)
architectures.
An ABI defines the calling conventions between functions in a
processing environment.
The interface determines what registers are used and what the sizes are
for various C data types.
</p>
<p>
Some processing environments prefer using 32-bit applications even
when running on Intel 64-bit platforms.
Consider the i386 psABI, which is a very old 32-bit ABI for Intel
64-bit platforms.
The i386 psABI does not provide efficient use and access of the
Intel 64-bit processor resources, leaving the system underutilized.
Now consider the x86_64 psABI.
This ABI is newer and uses 64-bits for data sizes and program
pointers.
The extra bits increase the footprint size of the programs,
libraries, and also increases the memory and file system size
requirements.
Executing under the x32 psABI enables user programs to utilize CPU
and system resources more efficiently while keeping the memory
footprint of the applications low.
Extra bits are used for registers but not for addressing mechanisms.
</p>
<p>
The Yocto Project supports the final specifications of x32 psABI
as follows:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem"><p>
You can create packages and images in x32 psABI format on
x86_64 architecture targets.
</p></li>
<li class="listitem"><p>
You can successfully build recipes with the x32 toolchain.
</p></li>
<li class="listitem"><p>
You can create and boot
<code class="filename">core-image-minimal</code> and
<code class="filename">core-image-sato</code> images.
</p></li>
<li class="listitem"><p>
RPM Package Manager (RPM) support exists for x32 binaries.
</p></li>
<li class="listitem"><p>
Support for large images exists.
</p></li>
</ul></div>
<p>
</p>
<p>
For steps on how to use x32 psABI, see the
"<a class="link" href="../dev-manual/using-x32-psabi.html" target="_self">Using x32 psABI</a>"
section in the Yocto Project Development Tasks Manual.
</p>
</div></body>
</html>