Skip to content

bskim45/Pintos-Project-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pintos Project 4: File System

Disclaimer

  • This project may contain bugs.
  • This is just one possible solution. It is highly recommended to consider your own implementaion first, and use this just as a reference.
  • DO NOT TURN IN THIS CODE as your own - you will fail entire course.

Objectives

Implement a simple file system. See an official documentation.

Recommendations and References

License

The MIT License (MIT)

Copyright (c) 2015 Bumsoo Kim (http://bsk.im)

see LICENSE for details.

Original source code of Pintos follows MIT License. See here or license section of official Pintos documentation for more details.