Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Update Assignment 2 deadline #392

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/teaching/so2/assign2-driver-uart.rst
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 Documentation/teaching/so2/assign3-software-raid.rst
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
Loading