bskim45 / Pintos-Project-4

My own implementation of Pintos Project 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My own implementation of Pintos Project 4

License:MIT License


Languages

Language:C 70.4%Language:Perl 22.9%Language:Makefile 3.5%Language:Assembly 2.4%Language:C++ 0.5%Language:Shell 0.2%Language:Perl 6 0.1%Language:Objective-C 0.0%