Giter Club home page Giter Club logo

cs3224-operating-systems's Introduction

cs3224-operating-systems

Classwork for CS 3224 Operating Systems

Course Description

This course is an introduction to operating system design and implementation. We study operating systems because they are examples of mature and elegant solutions to a difficult design problem: how to safely and efficiently share system resources and provide abstractions useful to applications.

For the processor, memory, and disks, we discuss how the operating system allocates each resource and explore the design and implementation of related abstractions.

We also establish techniques for testing and improving system performance and introduce the idea of hardware virtualization. Programming assignments provide hands-on experience with implementing core operating system components in a realistic development environment.

We will examine in detail the design and implementation of a UNIX-like operating system, and cover general operating systems concepts, such as processes, threads, device drivers, filesystems, scheduling, and concurrency.

xv6

xv6 is a re−implementation of Dennis Ritchie’s and Ken Thompson’s Unix Version 6 (v6). xv6 loosely follows the structure and style of v6, but is implemented for a modern x86−based multiprocessor using ANSI C.

xv6 is a trimmed down, simplified UNIX-like operating system that was used to learn operating system concepts. In order to use xv6 on Windows 10, I installed Bash Ubuntu which allows me to run a LINUX environment shell. The xv6 shell provides an emulator called QEMU which was used to run xv6 with the command:

make qemu

xv6 can be installed by following the directions in:

xv6_installation_instructions.pdf

A full textbook writeup can be found in:

xv6-textbook-rev8.pdf

xv6 documentation can be found in:

xv6-rev8.pdf

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.