Skip to content

Commit 0343c63

Browse files
author
GitHub Actions
committed
Publish refs/heads/master
1 parent 851cbb2 commit 0343c63

5 files changed

+5
-7
lines changed

refs/heads/master/_sources/so2/assign2-driver-uart.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Assignment 2 - Driver UART
33
==========================
44

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

88
Assignment's Objectives

refs/heads/master/_sources/so2/assign3-software-raid.rst.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Assignment 3 - Software RAID
33
===========================
44

5-
- Deadline: :command:`Monday, 15 May 2023, 23:00`
6-
- 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.
5+
- Deadline: :command:`Thursday, 16 May 2024, 23:59`
76

87
Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices,
98
ensuring the consistency and synchronization of data from the two physical devices. The type of RAID implemented will be similar to a `RAID 1`.

refs/heads/master/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

refs/heads/master/so2/assign2-driver-uart.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<div class="section" id="assignment-2-driver-uart">
179179
<h1>Assignment 2 - Driver UART<a class="headerlink" href="#assignment-2-driver-uart" title="Permalink to this headline"></a></h1>
180180
<ul class="simple">
181-
<li>Deadline: <strong class="command">Sunday, 30 April 2023, 23:00</strong></li>
181+
<li>Deadline: <strong class="command">Monday, 22 April 2024, 23:59</strong></li>
182182
<li>The assigment is individual</li>
183183
</ul>
184184
<div class="section" id="assignment-s-objectives">

refs/heads/master/so2/assign3-software-raid.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
<div class="section" id="assignment-3-software-raid">
179179
<h1>Assignment 3 - Software RAID<a class="headerlink" href="#assignment-3-software-raid" title="Permalink to this headline"></a></h1>
180180
<ul class="simple">
181-
<li>Deadline: <strong class="command">Monday, 15 May 2023, 23:00</strong></li>
182-
<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>
181+
<li>Deadline: <strong class="command">Thursday, 16 May 2024, 23:59</strong></li>
183182
</ul>
184183
<p>Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices,
185184
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>

0 commit comments

Comments
 (0)