Code Monkey home page Code Monkey logo

learning-ei338's Introduction

Learning-EI338

Code for EI338 Operating System in SJTU.

Actually, these projects are all from each chapter's programming projects in Operating System Concepts (10th Edition) .

Projects

ID Name Description
1 Introduction to Linux Kernel Modules (Chapter 2) Design two very basic kernel modules.
2-1 UNIX Shell (Chapter 3) Designing a C program to serve as a shell interface that accepts user commands and then executes each command in a separate process, which supports concurrency, I/O redirection and pipe
2-2 Linux Kernel Module for Task Information (Chapter 3) Write a Linux kernel module that uses the /proc file system for displaying a task’s information based on its PID.
3-1 Multithreaded Sorting Application (Chapter 4) Write a multithreaded sorting program.
3-2 Fork-Join Sorting Application (Chapter 4) Implement the preceding project in Java (I use Golang instead) including quick sort and merge sort.
4 Scheduling Algorithms (Chapter 5) Implement a demo for several CPU scheduling algorithms: FCFS, SJF, Priority, RR, Priority with RR
5-1 Designing a Thread Pool (Chapter 7) Create and manage a thread pool with Pthreads and POSIX synchronization
5-2 The Producer–Consumer Problem (Chapter 7) Use standard counting semaphores and a mutex lock to solve the producer-consumer problem
6 Banker’s Algorithm (Chapter 8) Write a program that implements the banker's algorithm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.