Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.