Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/ext2
A Haskell library for playing around with ext2 filesystems. Don't rely on it.
https://github.com/relrod/ext2
Last synced: 13 days ago
JSON representation
A Haskell library for playing around with ext2 filesystems. Don't rely on it.
- Host: GitHub
- URL: https://github.com/relrod/ext2
- Owner: relrod
- License: bsd-2-clause
- Created: 2014-11-20T02:07:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T01:53:49.000Z (over 9 years ago)
- Last Synced: 2024-10-04T16:22:11.793Z (about 1 month ago)
- Language: Haskell
- Homepage: https://relrod.github.io/ext2
- Size: 859 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ext2
### Background
I'll be taking an operating systems course as part of my Computer Science
degree. One assignment that the professor of this course often assigns deals
with knowing the internals of ext2 and writing a set of programs that
manipulates an ext2 filesystem in some low-level way.This is my way of learning about ext2 and (possibly) making my life easier
later by using this library in the assignment code, if I can convince the
professor to let me use Haskell.## License
BSD-2. See `LICENSE` file.