<feed xmlns='http://www.w3.org/2005/Atom'>
<title>135e2/xv6-labs.git/.editorconfig, branch pgtbl</title>
<subtitle>xv6-labs-2024-winter</subtitle>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/'/>
<entry>
<title>Clean up linker script</title>
<updated>2019-10-22T02:27:18+00:00</updated>
<author>
<name>Anish Athalye</name>
<email>me@anishathalye.com</email>
</author>
<published>2019-10-22T02:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/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>
<email>me@anishathalye.com</email>
</author>
<published>2019-10-01T00:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/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>
