Skip to content

sashashams/CS170-Project-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was a project for my CS170 Operating Systems class at UCSB.

We had to implement immediate files - if a file is 40 bytes or less, the data is stored directly in the inode - and a new system call, lsr(char *path), that takes the path to a file and lists the processes using that file and the blocks in use to store the file.

About

Immediate files for MINIX + a new system call

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.0%
  • Roff 4.3%
  • Shell 1.5%
  • C++ 1.0%
  • Assembly 1.0%
  • Makefile 0.9%
  • Other 1.3%