Operating Systems Lab

 List of Experiments:

  1. Write a C program to implement FCFS scheduling algorithm.

  2. Write a C program to implement a round robin scheduling algorithm.

  3. Implementation of the following Memory Allocation Methods for fixed partition
                a) First Fit      b) Worst Fit      c) Best Fit.

  4. Write a program to implement reader/writer problems using semaphore.

  5. Write a program to implement Banker’s algorithm for deadlock avoidance.

  6. To study of basic UNIX commands and various UNIX editors such as vi, ed, ex and EMACS

  7. Process Management a) fork() b) execv() c) execlp() d) wait() and e) sleep()
    A. Program to implement the fork function using C.
    B. Program to implement execv function using C.
    C. Program to implement execlp function.
    D. Program to implement wait function using C.
    E. Program to implement sleep function using C.

  8. To write simple shell programs by using conditional, branching and looping statements.

  9. Write a Shell Program to swap the two integers.

No comments:

Post a Comment