Editing CS 3210
From Georgia Tech Student Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
β | '''CS 3210''', formally known as '''Design of Operating Systems''', is a 3-credit Computer Science class taken as a thread requirement for [[Systems and Architecture]] threads (for both CS and CompE majors). It provides a deep dive into the structure, function, and design of the kernel of a modern Operating System. It is preceded by [[CS 2200]]/[[ECE 3058]] and succeeded by [[CS 4210]]/[[CS 6210]]. |
+ | '''CS 3210''', formally known as '''Design of Operating Systems''', is a 3-credit Computer Science class taken as a thread requirement for [[Systems and Architecture]] threads (for both CS and CompE majors). It provides a deep dive into the structure, function, and design of the kernel of a modern Operating System. It is preceded by [[CS 2200]]/[[ECE 3058]] and succeeded by [[CS 4210]]/[[CS 6210]]. |
β | {{Course Links|subject=CS|number=3210}} |
||
== Workload == |
== Workload == |
||
CS 3210 is a CS class notorious for its extreme workload, especially for those with minimal experience in working with a kernel. The class, like most 3xxx and 4xxx level CS classes, are highly project based. Projects generally take well over 15 hours a week, and starting early, as well as asking for help, is encouraged. |
CS 3210 is a CS class notorious for its extreme workload, especially for those with minimal experience in working with a kernel. The class, like most 3xxx and 4xxx level CS classes, are highly project based. Projects generally take well over 15 hours a week, and starting early, as well as asking for help, is encouraged. |
||
Line 43: | Line 42: | ||
xv6 is a simple teaching operating system with many features missing. In the class projects, you implement some of those missing features using the C programming language.<blockquote> |
xv6 is a simple teaching operating system with many features missing. In the class projects, you implement some of those missing features using the C programming language.<blockquote> |
||
β | "Overall, the projects were time-consuming but fair. The material is really interesting, and detailed project instructions along with a concise textbook and helpful lectures/office hours made those projects doable." - |
+ | "Overall, the projects were time-consuming but fair. The material is really interesting, and detailed project instructions along with a concise textbook and helpful lectures/office hours made those projects doable." - Alexp</blockquote> |
=== Spring 2020 "Rust-mester" === |
=== Spring 2020 "Rust-mester" === |