Giter VIP home page Giter VIP logo

system-software-lab's Introduction

SYSTEM-SOFTWARE-LAB

download website

B.Tech CSE S5 System Software Lab

Batch: CSE 2k16-20, College of Engg. Adoor

University: APJ Abdul Kalam Technological University

Content


Requirements

  1. GCC Compiler --> TDM-GCC MinGW Compiler

  2. Any Text Editor of your preference

What each directory in this repo contains

1) CPU Scheduling      
	└──── FCFS
         	└──── 1.fcfs.c
         	└──── README.md                     
	└──── SJF
         	└──── 2.sjf.c
         	└──── README.md  
	└──── Priority
         	└──── 3.priority.c
         	└──── README.md  
	└──── RoundRobin
         	└──── 4.roundrobin.c
         	└──── README.md  
        └──── README.md   
    
2) Memory Management
	└──── SingleLevelDir
         	└──── 5.singleLevelDir.c
         	└──── README.md  
	└──── TwoLevelDir
         	└──── 6.twoLevelDir.c
         	└──── README.md  
        └──── README.md     

3) Deadlocks
	└──── BankersAlgorithm
         	└──── 7.bankers.c
         	└──── README.md  
        └──── README.md   

4) Disk Management
	└──── FCFS
         	└──── 8.fcfsDisk
         	└──── README.md  
	└──── SCAN
         	└──── 9.scan.c
         	└──── README.md  
	└──── CSCAN
         	└──── 10.csan.c
         	└──── README.md  
        └──── README.md   

5) Virtual Memory
	└──── FIFO
         	└──── 11.fifoPage.c
         	└──── README.md  
	└──── LRU
         	└──── 12.lru.c
         	└──── README.md  
	└──── LFU
         	└──── 13.lfu.c
         	└──── README.md  
        └──── README.md   

6) Process Synchronization
	└──── Producer Consumer Problem
	         	└──── 14.producer.c
         		└──── README.md  
	└──── Dining Philosophers Problem
				└──── 15.dining.c
				└──── README.md  
	└──── Assemblers
			└──── Two Pass Assembler
			       	└──── Pass 1 of a Two Pass Assembler
			       	|	   └──── 16.pass1.c	
			      	|	   └──── README.md  
				└──── Pass 2 of a Two Pass Assembler		
			       	|	   └──── 17.pass2.c	
			      	|	   └──── README.md  
			└──── Single Pass Assembler  
			       		   └──── 18.singlepass.c
			      		   └──── README.md  
	└──── Absolute Loader
				└──── 19.absolute.c
				└──── README.md  
	└──── Symbol Table With Hashing

Getting Started

Clone this repo

$ git clone https://github.com/KTU-CSE/System-Software-lab.git

Switch to the program folder

$ cd the/dir/where/program/file/is

Compile the source code

$ gcc yourProgramFile.c

To Execute

$ ./a.out

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Spread the word

Liked the project? Just give it a star ⭐ and spread the word!

system-software-lab's People

Contributors

abhijithvijayan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

system-software-lab's Issues

Some itoa error

main.c: In function ‘main’:
main.c:53:17: warning: implicit declaration of function ‘itoa’ [-Wimplicit-function-declaration]
itoa(operand[i], ad, 16);
^~~~
main.c: At top level:
main.c:153:1: error: unterminated comment
/*
^

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.