Changes between Version 5 and Version 6 of GalliumAbi


Ignore:
Timestamp:
05/10/16 14:00:25 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GalliumAbi

    v5 v6  
    55<p>This chapter describes how kernel gets its argument, how access to constant data.</p>
    66<p>In this chapter, size is given in dwords. Dword is 4-byte value.</p>
    7 <h2>Argument passing</h2>
     7<h3>Argument passing</h3>
    88<p>Argument is stored in memory which address is stored in s[0:1].
    99Argument begins from 9 dword. First 9 dwords are:</p>
     
    2121</ul>
    2222<h3>Other data and resources</h3>
    23 <p>Constant data is placed after code of kernels. Use PC pointer to get this data.</p>
     23<p>Section '.rodata' ('.globaldata') hold constant data for kernels.
     24Constant data is placed after code of kernels. Use PC pointer to get this data.</p>
    2425}}}