Skip to content

Latest commit

 

History

History

en-mipt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Operating Systems Course for Foreigners Program

Important! The Fall Midterm exam will take place:

  • Dec, 19 (Thursday) - Early Exam at Timka Building in Moscow
  • TBA: from Dec, 23 to Dec, 26 - The Main Exam at Dolgoprudny MIPT campus

The exam program is available here.


Our primary operating system is the Linux. You can use this VirtualBox image.

Regular user name for this image is student, password qwerty. The root user password is the same.

The contest for your homeworks is here: http://ejudge64.atp-fivt.org

Part I. Fall 2019

  1. Lesson 01. Introduction to UNIX-like systems and Linux
  2. Lesson 02. Administration Basics
  3. Lesson 03. Developer Tools for C/C++ Lanuages
  4. Lesson 04. Numbers And Structures Representation
  5. Lesson 05. Assembly Language. Memory Access, Stack and Heap
  6. Lesson 06. System Calls versus Functions
  7. Lesson 07. File Descriptors and Low-Level File Operations
  8. Lesson 08. File Attributes
  9. Lesson 09. Posix Time Representation
  10. Lesson 10. Memory Mapping
  11. Lesson 11. Processes Creation and Lifecycle
  12. Lesson 12. Process Spawning and Restriction
  13. Lesson 13. Pointers to Functions. Runtime Libraries Loading
  14. Midterm Exam