<feed xmlns='http://www.w3.org/2005/Atom'>
<title>135e2/xv6-labs.git/kernel, branch syscall</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 syscall: finish</title>
<updated>2024-01-18T09:35:27+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=493159b9bb1a764926daa49fb09bff8f29e8e9e5'/>
<id>493159b9bb1a764926daa49fb09bff8f29e8e9e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2nd lab</title>
<updated>2023-09-07T13:24:01+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2023-09-07T13:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=87de947c747042fe7de95ace74b272a88ff686a8'/>
<id>87de947c747042fe7de95ace74b272a88ff686a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made va and size page aligned in mappages</title>
<updated>2022-10-18T04:11:49+00:00</updated>
<author>
<name>asselism</name>
<email>asselism@mit.edu</email>
</author>
<published>2022-10-17T20:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=74c1eba516fdb0ec1a17b16be7e76613ccba92bf'/>
<id>74c1eba516fdb0ec1a17b16be7e76613ccba92bf</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>2022-10-17T08:10:01+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-10-17T08:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=0802d56a9be156ab7228074cbf4da73c149fb911'/>
<id>0802d56a9be156ab7228074cbf4da73c149fb911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oops. scheduler() inherits the interrupt status of the</title>
<updated>2022-10-17T08:07:24+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-10-17T08:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=4a88273db5df00c5d3397ad5bcef50eb68f4bef8'/>
<id>4a88273db5df00c5d3397ad5bcef50eb68f4bef8</id>
<content type='text'>
most recent process to run, so it must explicitly
turn them on again. It would be better if cpu-&gt;intena
were really thread-&gt;intena.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
most recent process to run, so it must explicitly
turn them on again. It would be better if cpu-&gt;intena
were really thread-&gt;intena.
</pre>
</div>
</content>
</entry>
<entry>
<title>scheduler()'s intr_on() is in the wrong place, reflecting</title>
<updated>2022-10-16T19:28:21+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-10-16T19:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=f376ad7f1f80bddfb754b21811d17959c45d43a4'/>
<id>f376ad7f1f80bddfb754b21811d17959c45d43a4</id>
<content type='text'>
the locking scheme from long ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the locking scheme from long ago.
</pre>
</div>
</content>
</entry>
<entry>
<title>forkret first memory model</title>
<updated>2022-10-12T17:07:55+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-10-12T17:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=348cf7fee4023fce9b023145d89429ee8fdde00d'/>
<id>348cf7fee4023fce9b023145d89429ee8fdde00d</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>Remove unused PLIC_M* macros</title>
<updated>2022-09-18T20:32:21+00:00</updated>
<author>
<name>Frans Kaashoek</name>
<email>kaashoek@mit.edu</email>
</author>
<published>2022-09-18T20:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=989e8f2f1f5bd68731472874bed19fab48a202af'/>
<id>989e8f2f1f5bd68731472874bed19fab48a202af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle negative arguments to sleep() a little better</title>
<updated>2022-09-09T13:17:37+00:00</updated>
<author>
<name>Robert Morris</name>
<email>rtm@csail.mit.edu</email>
</author>
<published>2022-09-09T13:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/xv6-labs.git/commit/?id=463ae0abc3225d6e6de4a5a1ad57e64ab76b2b6f'/>
<id>463ae0abc3225d6e6de4a5a1ad57e64ab76b2b6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
