<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xv6-riscv/.editorconfig, branch riscv</title>
<subtitle>MIT xv6-RISCV kernel modified to RV64I base integer extension</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/xv6-riscv/'/>
<entry>
<title>Clean up linker script</title>
<updated>2019-10-22T02:27:18+00:00</updated>
<author>
<name>Anish Athalye</name>
</author>
<published>2019-10-22T02:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/xv6-riscv/commit/?id=f2ab0eb644a60f946f35fcb5578fba53720edfa7'/>
<id>f2ab0eb644a60f946f35fcb5578fba53720edfa7</id>
<content type='text'>
This patch does the following:

- Add .text.* to the .text section in the output
- Add an assertion that the trampoline does not overflow a page
- Add the .rodata section
- Make .sdata and .sdata.* (which is for small data) be absorbed into
  the .data section, because we don't need to distinguish between them;
  this prevents .sdata from appearing in the output
- Make the analogous change for .srodata and .sbss
- Make all the data sections 16-byte aligned

This patch also updates the .editorconfig for *.ld files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch does the following:

- Add .text.* to the .text section in the output
- Add an assertion that the trampoline does not overflow a page
- Add the .rodata section
- Make .sdata and .sdata.* (which is for small data) be absorbed into
  the .data section, because we don't need to distinguish between them;
  this prevents .sdata from appearing in the output
- Make the analogous change for .srodata and .sbss
- Make all the data sections 16-byte aligned

This patch also updates the .editorconfig for *.ld files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add editorconfig</title>
<updated>2019-10-01T00:38:17+00:00</updated>
<author>
<name>Anish Athalye</name>
</author>
<published>2019-10-01T00:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/xv6-riscv/commit/?id=78f863f8aead6346dfdfc62e91af25c9383e25a7'/>
<id>78f863f8aead6346dfdfc62e91af25c9383e25a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
