Giter Site home page Giter Site logo

so2's Introduction

so2

Linux-like operating system.

Built for Operating Systems 2 class at UPC.

This course is by far the most fun of all I've done at UPC (and I'm doing Computation). It's not the easiest but it's amazing to see your own operating system come together little by little, and create a "functional" OS starting from something that just executes a C function.

Features (what we implemented)

  • interrupts
    • keyboard
    • clock
    • software interrupts
    • syscalls
  • fast syscalls (sysenter/sysexit)
  • multi-processing
    • task switch
    • fork
    • clone
  • synchronization
    • semaphores (init/wait/signal/destroy)
    • yield
  • dynamic memory management
    • sbrk

Copying instructions

  • Every year there are different restrictions to the project. Ours were:
    • No inline assembly code
    • Syscalls have to be implemented with the sysenter/sysexit instruction pair (no interrupts)

It's ok to get some inspiration from this repository (you can even tell your teacher), but don't just copy paste or you'll have a very hard time at the exam.

LICENSE

The changes we made to the operating system base are released hereby to the public domain, which means you can do anything you like with it, including selling it, or claiming it as your work.


Thanks to Juan José Costa for making this course really amazing and for his patience with my bad jokes in class.

so2's People

Contributors

carachancla avatar twinone avatar

Watchers

 avatar

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.