Skip to content

This repository served only to store some practice programs and homework assignments from my CSE3320 - Operating Systems class.

Notifications You must be signed in to change notification settings

goduphi/cse3320-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE3320 - Operating Systems

All of the programs in this repository were homework problems from class.

Linux Shell named Mav Shell - msh.c

Thread Synchronization - officehours.c

Page Replacement Algorithms - pf.c

FAT32 Utility - mfs.c

Supports FAT32 file systems
Compile using: gcc -Wall mfs.c -o mfs -g
Usage:
open <file image name>
close
info
stat
ls [..]
cd [..] [/] [destination1] [/] [destination2] [...]
read <filename> <position> <bytes to read>
get <filename>

About

This repository served only to store some practice programs and homework assignments from my CSE3320 - Operating Systems class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages