Skip to content

Commit

Permalink
Publish refs/heads/master
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 24, 2024
1 parent 851cbb2 commit 0343c63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion refs/heads/master/_sources/so2/assign2-driver-uart.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Assignment 2 - Driver UART
==========================

- Deadline: :command:`Sunday, 30 April 2023, 23:00`
- Deadline: :command:`Monday, 22 April 2024, 23:59`
- The assigment is individual

Assignment's Objectives
Expand Down
3 changes: 1 addition & 2 deletions refs/heads/master/_sources/so2/assign3-software-raid.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Assignment 3 - Software RAID
===========================

- Deadline: :command:`Monday, 15 May 2023, 23:00`
- This assignment can be made in teams (max 2). Only one of them must submit the assignment, and the names of the student should be listed in a README file.
- Deadline: :command:`Thursday, 16 May 2024, 23:59`

Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices,
ensuring the consistency and synchronization of data from the two physical devices. The type of RAID implemented will be similar to a `RAID 1`.
Expand Down
2 changes: 1 addition & 1 deletion refs/heads/master/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion refs/heads/master/so2/assign2-driver-uart.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<div class="section" id="assignment-2-driver-uart">
<h1>Assignment 2 - Driver UART<a class="headerlink" href="#assignment-2-driver-uart" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li>Deadline: <strong class="command">Sunday, 30 April 2023, 23:00</strong></li>
<li>Deadline: <strong class="command">Monday, 22 April 2024, 23:59</strong></li>
<li>The assigment is individual</li>
</ul>
<div class="section" id="assignment-s-objectives">
Expand Down
3 changes: 1 addition & 2 deletions refs/heads/master/so2/assign3-software-raid.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@
<div class="section" id="assignment-3-software-raid">
<h1>Assignment 3 - Software RAID<a class="headerlink" href="#assignment-3-software-raid" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li>Deadline: <strong class="command">Monday, 15 May 2023, 23:00</strong></li>
<li>This assignment can be made in teams (max 2). Only one of them must submit the assignment, and the names of the student should be listed in a README file.</li>
<li>Deadline: <strong class="command">Thursday, 16 May 2024, 23:59</strong></li>
</ul>
<p>Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices,
ensuring the consistency and synchronization of data from the two physical devices. The type of RAID implemented will be similar to a <cite>RAID 1</cite>.</p>
Expand Down

0 comments on commit 0343c63

Please sign in to comment.