Skip to content

betarixm/CSED211

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Computer SW Systems

CSED211@POSTECH CSED211@POSTECH

Introduction to Computer SW System (a.k.a Microprosseor), a class of POSTECH, provides a programmer's view of how computer systems execute programs, store information, and communicate. It enables students to become more effective programmers, especially in dealing with issues of performance, portability and robustness. It also serves as a foundation for courses on compilers, networks, operating systems, and computer architecture, where a deeper understanding of systems-level issues is required. Topics covered include: machine-level code and its generation by optimizing compilers, performance evaluation and optimization, computer arithmetic, memory organization and management, networking technology and protocols, and supporting concurrent computation

Assignments

Most of the assignments come from the CMU.

Data Lab

Simple bit operations. Link

Bomb Lab

Defusing a Binary Bomb via gdb. Link

Attack Lab

Understanding BOF & RTL. Link

Cache Lab

Implementing Cache Memories. Link

Shell Lab

Implementing simple shell, tsh. Link

Malloc Lab

Writing a dynamic storage allocator for C Programs. (Performance: 93/100) Link

About

POSTECH: Introduction to Computer SW Systems (Fall 2020)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published