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
- Host: GitHub
- URL: https://github.com/fgrehm/pucrs-fat16
- Owner: fgrehm
- License: mit
- Created: 2015-05-28T00:58:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T00:08:44.000Z (almost 11 years ago)
- Last Synced: 2025-06-15T07:06:10.975Z (about 1 year ago)
- Language: C++
- Size: 375 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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