Difference between revisions of "CMSC412 - Operating Systems"

From CS 400 Level Course Wiki
m (Alyssa moved page CMSC412 to CMSC412 - Operating Systems over redirect)
Line 1: Line 1:
 +
<div align="right" style="font-weight:bold; font-size:14px;">Specialization: Cybersecurity</div>
 
'''Course Information''' <br>
 
'''Course Information''' <br>
 
The operating system is always running and has complete power over the entire machine: it chooses which programs to run and when, how to organize files on a disk, which processes should get the most memory, and how different processes can communicate.  Your task will be to implement pieces of an operating system including virtual memory, a file system, synchronization primitives (maybe), a device (maybe), fork and pipe (maybe).  A bug can be catastrophic and elusive.  In understanding how these features are built, you will be able to design code that better exploits the underlying hardware, write lightweight operating system features for embedded hardware, and sharpen your debugging skills.
 
The operating system is always running and has complete power over the entire machine: it chooses which programs to run and when, how to organize files on a disk, which processes should get the most memory, and how different processes can communicate.  Your task will be to implement pieces of an operating system including virtual memory, a file system, synchronization primitives (maybe), a device (maybe), fork and pipe (maybe).  A bug can be catastrophic and elusive.  In understanding how these features are built, you will be able to design code that better exploits the underlying hardware, write lightweight operating system features for embedded hardware, and sharpen your debugging skills.

Revision as of 23:42, 2 October 2016

Specialization: Cybersecurity

Course Information
The operating system is always running and has complete power over the entire machine: it chooses which programs to run and when, how to organize files on a disk, which processes should get the most memory, and how different processes can communicate. Your task will be to implement pieces of an operating system including virtual memory, a file system, synchronization primitives (maybe), a device (maybe), fork and pipe (maybe). A bug can be catastrophic and elusive. In understanding how these features are built, you will be able to design code that better exploits the underlying hardware, write lightweight operating system features for embedded hardware, and sharpen your debugging skills.

Instructor Section Day & Time Location
Jeffrey Hollingsworth 0101 TuTh 9:30AM - 10:45AM
MW 2:00PM - 2:50PM
CSI 1122
0102 TuTh 9:30AM - 10:45AM
MW 1:00PM - 1:50PM
CSI 1122

Course Prerequisite(s)
Prerequisite: 1 course with a minimum grade of C- from (CMSC414, CMSC417, CMSC420, CMSC430, CMSC433). Restriction: Permission of CMNS-Computer Science department; or must be in one of the following programs (Computer Science (Master's); Computer Science (Doctoral)).

Class Webpage
Fall 2015, for example.

Hours Per Week
10-20 hours. It's a four-credit class. The amount of time students spend on the assignments varies widely, and depends largely on their ability to write code that starts with not too many bugs and then the time to reason through any remaining errors.

Languages Used
C

Recommended Prior Experience
A B or better in 216, or experience in another C-based course (possibly 417) or heavy programming course. Concretely, a student should have no question on whether to use the & operator or the * operator when dealing with pointers and should understand the difference between sizeof() and strlen().

Projects, Exams, or other Assessments
https://www.cs.umd.edu/class/fall2015/cmsc412/syllabus.pdf ~45% exams, ~35% projects, some quizzes, participation, etc. No group work outside class.

Misc Info
Qualified CS students do very well in 412; do not be intimidated by CE's.