<feed xmlns='http://www.w3.org/2005/Atom'>
<title>135e2/xv6-labs.git/Makefile, branch util</title>
<subtitle>xv6-labs-2024-winter</subtitle>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/'/>
<entry>
<title>lab util: finish</title>
<updated>2024-01-17T03:33:39+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-01-17T03:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=daa90a639a35e9f99747c92bb28946ac414615bd'/>
<id>daa90a639a35e9f99747c92bb28946ac414615bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean all zip files, even old ones</title>
<updated>2023-09-21T14:30:00+00:00</updated>
<author>
<name>Sanjit Bhat</name>
<email>sanjit.bhat@gmail.com</email>
</author>
<published>2023-09-21T14:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=77da51a3c309a4e41a7514982a34f064a44001a9'/>
<id>77da51a3c309a4e41a7514982a34f064a44001a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update grading and zipball rule</title>
<updated>2023-09-19T18:21:01+00:00</updated>
<author>
<name>Sanjit Bhat</name>
<email>sanjit.bhat@gmail.com</email>
</author>
<published>2023-09-19T18:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=6ba06c6a6d6f036081327a330b4aa57c22dc49a9'/>
<id>6ba06c6a6d6f036081327a330b4aa57c22dc49a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: new submission system</title>
<updated>2023-09-12T18:03:13+00:00</updated>
<author>
<name>Sanjit Bhat</name>
<email>sanjit.bhat@gmail.com</email>
</author>
<published>2023-09-12T18:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=63f1eb99e584ac2aee2c5831824d71a7220dbc7f'/>
<id>63f1eb99e584ac2aee2c5831824d71a7220dbc7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x</title>
<updated>2023-08-15T22:04:27+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2023-08-15T22:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=9ffdd55f1013700062859c3c8ff60bfb25db9731'/>
<id>9ffdd55f1013700062859c3c8ff60bfb25db9731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use simple linker script to force data segment to be page aligned</title>
<updated>2022-08-23T14:54:40+00:00</updated>
<author>
<name>Frans Kaashoek</name>
<email>kaashoek@mit.edu</email>
</author>
<published>2022-08-23T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=4cd4d194b8827af4971a81ad28968499925f884f'/>
<id>4cd4d194b8827af4971a81ad28968499925f884f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile user binary to map text without W and data without X</title>
<updated>2022-08-15T23:02:19+00:00</updated>
<author>
<name>Frans Kaashoek</name>
<email>kaashoek@mit.edu</email>
</author>
<published>2022-08-15T23:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=cef1b57d4a97f15e9858804e368f7928b579b88e'/>
<id>cef1b57d4a97f15e9858804e368f7928b579b88e</id>
<content type='text'>
Use the flags in elf header to set vm permissions
Modify pgbug() so that usertests text segment is without W
Add test to check app cannot write text segment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the flags in elf header to set vm permissions
Modify pgbug() so that usertests text segment is without W
Add test to check app cannot write text segment
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid user-level segfault if a process doesn't call exit()</title>
<updated>2022-08-10T10:37:21+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-08-10T10:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=76ad8e974fefb4588b0a318f6502fde6bd730097'/>
<id>76ad8e974fefb4588b0a318f6502fde6bd730097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable reading memory using gdb</title>
<updated>2022-08-09T18:21:16+00:00</updated>
<author>
<name>Rahul Thomas</name>
<email>rapidclock@users.noreply.github.com</email>
</author>
<published>2022-07-16T08:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=7c958af7828973787f3c327854ba71dd3077ad2d'/>
<id>7c958af7828973787f3c327854ba71dd3077ad2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port virtio_disk to virtio spec 1.0+</title>
<updated>2021-10-18T06:05:09+00:00</updated>
<author>
<name>Xi Wang</name>
<email>xi.wang@gmail.com</email>
</author>
<published>2021-10-18T05:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=cd00a8233ad43be269908db5bdc28c5961a9dce9'/>
<id>cd00a8233ad43be269908db5bdc28c5961a9dce9</id>
<content type='text'>
The legacy interface is confusing. It's better to make virtio_disk
conform to the virtio spec. This is supported in QEMU since 4.2 by
disabling force-legacy for virtio-mmio.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The legacy interface is confusing. It's better to make virtio_disk
conform to the virtio spec. This is supported in QEMU since 4.2 by
disabling force-legacy for virtio-mmio.
</pre>
</div>
</content>
</entry>
</feed>
