Giter Site home page Giter Site logo

rykaya_os's Introduction

Struttura directory:

    rykaya_os
    |
    |---src/    => .c files 
    |
    |---inc/    => .h files
    |
    |---obj/    => .o files
    |
    |---Makefile

Per compilare eseguire il comando "make" all'interno della directory "rikaya_os".
I files per umps2 verranno generati all'interno della stessa. 

Il codice è stato diviso in 4 files: init.c, scheduler.c, handler.c e pcb.c (esclusi i file per i test).

init.c:
    File che contiene il main; qui vengono inizializzate le new areas per la gestione delle eccezioni
    e i 3 pcb che gestiranno i 3 test.
    Una volta completata l'inizializzazione viene chiamato lo scheduler.
    
scheduler.c:
    Lo scheduler si occupa di inizializzare l'interval timer e caricare lo stato di un nuovo processo (estratto dalla ready_queue).

handler.c:
    Contiene tutte le funzioni per gestire syscall, trap e interrupt.
    Nello specifico in questa fase gestisce solo l'interrupt relativo all'intervall timer e la system call per la terminazione di un processo.
    In caso di altre eccezioni sarà invocata la funzione di PANIC. 

pcb.c:
    Qui sono contenute tutte le funzioni relative ai pcb, implementate durante fase 1. 
    
    

rykaya_os's People

Contributors

daniravaglia avatar

Stargazers

giovifz avatar Ale avatar  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.