<feed xmlns='http://www.w3.org/2005/Atom'>
<title>135e2/xv6-labs.git/user, 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>lab pgtbl: finish</title>
<updated>2024-02-10T05:08:26+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-02-10T05:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=c9284cd93525436cc823258ab309c1b27eeec714'/>
<id>c9284cd93525436cc823258ab309c1b27eeec714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lab syscall: finish</title>
<updated>2024-02-05T10:10:56+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-01-18T09:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=283d5ab4c964ab525e45fcade06d6fd7e977c43e'/>
<id>283d5ab4c964ab525e45fcade06d6fd7e977c43e</id>
<content type='text'>
Conflicts:
	kernel/syscall.c
	kernel/syscall.h
	user/user.h
	user/usys.pl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	kernel/syscall.c
	kernel/syscall.h
	user/user.h
	user/usys.pl
</pre>
</div>
</content>
</entry>
<entry>
<title>lab util: finish</title>
<updated>2024-02-05T10:03:17+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=0d6a64fa06ce6aae729fa05a539eadd88fa59007'/>
<id>0d6a64fa06ce6aae729fa05a539eadd88fa59007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3rd lab</title>
<updated>2023-09-08T13:24:27+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2023-09-08T13:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=18998096701a1d4695b2097006d7afc2a539bd89'/>
<id>18998096701a1d4695b2097006d7afc2a539bd89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyout() to refuse to write a read-only page</title>
<updated>2022-10-04T15:52:57+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-10-04T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=d2b2dff7490f2c4b8e91f79940fc46f0361c216c'/>
<id>d2b2dff7490f2c4b8e91f79940fc46f0361c216c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use O_RDONLY instead of 0</title>
<updated>2022-09-11T17:51:11+00:00</updated>
<author>
<name>Frans Kaashoek</name>
<email>kaashoek@mit.edu</email>
</author>
<published>2022-09-11T17:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=4b46c0c6eb464782faa36d158246ba4e3238c970'/>
<id>4b46c0c6eb464782faa36d158246ba4e3238c970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate tests in slow and quick.  The slow tests run xv6 out of</title>
<updated>2022-08-25T13:45:35+00:00</updated>
<author>
<name>Frans Kaashoek</name>
<email>kaashoek@mit.edu</email>
</author>
<published>2022-08-25T13:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=3d6ce9b308399f8c49c13653bd4ac21ca2311f26'/>
<id>3d6ce9b308399f8c49c13653bd4ac21ca2311f26</id>
<content type='text'>
memory, out of disk space, or test big directories.

Support -q option to run only the quick tests, which saves about
7mins.

Clean up driver by removing duplicated code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
memory, out of disk space, or test big directories.

Support -q option to run only the quick tests, which saves about
7mins.

Clean up driver by removing duplicated code.
</pre>
</div>
</content>
</entry>
<entry>
<title>sfence before writing satp, as well as after</title>
<updated>2022-08-24T17:24:24+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-08-24T17:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=9c1b8a4eb085d7c639c2039fc14beba83d95653e'/>
<id>9c1b8a4eb085d7c639c2039fc14beba83d95653e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tolerate running out of inodes</title>
<updated>2022-08-23T16:26:26+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-08-23T16:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=7c1810e1ae9268581de6bec30cdb696c25bae030'/>
<id>7c1810e1ae9268581de6bec30cdb696c25bae030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename test to textwrite</title>
<updated>2022-08-23T15:21:26+00:00</updated>
<author>
<name>Frans Kaashoek</name>
<email>kaashoek@mit.edu</email>
</author>
<published>2022-08-23T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=948cfbdb1ff8af3924fe149960824d601df13163'/>
<id>948cfbdb1ff8af3924fe149960824d601df13163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
