An open API service indexing awesome lists of open source software.

https://github.com/fgrehm/pucrs-fat16

A simple FAT16 filesystem built for the PUCRS Operating Systems 2015.1 course
https://github.com/fgrehm/pucrs-fat16

Last synced: about 1 year ago
JSON representation

A simple FAT16 filesystem built for the PUCRS Operating Systems 2015.1 course

Awesome Lists containing this project

README

          

# pucrs-fat16
A simple FAT16 filesystem built for the PUCRS Operating Systems 2015.1 course

Mateus Vendramini
Fábio Galvão Rehm

Instruções de uso:

Rodar pucrs-fat16

comandos:

init
load
mkdir /path/to/di
ls /path/to/dir
create /path/to/file
unlink /path/to/dir
write contents-to /path/to/file
append contents-to /path/to/file
read /path/to/file