- 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.
Implement a simple file system. See an official documentation.
- This project follows the project description of Stanford CS140: Operating System class.
- Read official Pintos documentation (WEB, PDF) carefully. Everything you need is just in here.
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.