Skip to content

Lab assignments for Georgia Tech CS 3210 "Design of Operating Systems"

Notifications You must be signed in to change notification settings

Chronal/cs3210-rustos-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS3210 Lab assignments

This repository contains lab assignments for Georgia Tech CS3210 "Design of Operating Systems". The latest course material is available here.

Who should take CS3210?

  • Anyone wants to work on challenges in operating systems
  • Anyone cares about what's going on under the hood
  • Anyone has to build high-performance systems (e.g., Cloud, Trading)
  • Anyone wants to build embedded/IoT firmware (e.g., Robot)
  • Anyone needs to diagnose bugs or security problems

Why Rust?

Historically, C has been mainly used for OS development because of its portability, minimal runtime, direct hardware/memory access, and (decent) usability. Rust provides all of these features with addition of memory safety guarantee, strong type system, and modern language abstractions which help programmers to make less mistakes when writing code.

Acknowledgement

We built our labs based on the materials originally developed for CS140e: An Experimental Course on Operating Systems by Sergio Benitez. We have ported it to use newer toolchains such as Rust 2018 edition, cargo-xbuild (instead of xargo), and no_std Rust with a minimal shim library (instead of custom built std). We’ve also developed it further to include topics such as virtual memory management, multicore scheduling, mutex designing, and implementing a networking stack.

About

Lab assignments for Georgia Tech CS 3210 "Design of Operating Systems"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.7%
  • Makefile 1.3%
  • Assembly 1.3%
  • Shell 1.3%
  • Python 1.2%
  • C 0.2%