Git Product home page Git Product logo

p5's Introduction

p5

CS342 Fall 2015 Project 5

** Note that the code here can be updated at any time without any notice.

** The following are the source files here: -- vsfs.c: You will write your code here. -- vsfs.h: You should not need to modify this file. This is the interface of the library. Do not change function prototypes defined here. -- app.c: A sample test application. You can write similar applications. We will write our own applications/test-programs. -- makedisk.c: This is a program that you can use to create a virtual disk (i.e., a Linux file that of a given size that will act as the storage that your FS will manage and store files). -- formatdisk.c: This is a program that you can use to format the virtual disk it your file system. Normally, you will not need to modify this C file. You will write a vsfs_format() function in your library.

** The sequence of steps that you will follow to run an App: -- Create a virtual disk of certain size using "makedisk" program. -- Format the disk using the "formatdisk" program. -- Run an application linked with your library: for example "./app". -- You can run other applications, or the same application many times. They will use your file system.

p5's People

Contributors

korpeoglu avatar baraaorabi avatar

Watchers

 avatar Çağdaş avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.