Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gandro/mackerel-standalone
Standalone version of Barrelfish's Mackerel tool
https://github.com/gandro/mackerel-standalone
Last synced: 27 days ago
JSON representation
Standalone version of Barrelfish's Mackerel tool
- Host: GitHub
- URL: https://github.com/gandro/mackerel-standalone
- Owner: gandro
- License: mit
- Created: 2015-01-12T21:36:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T21:37:21.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T20:42:11.298Z (2 months ago)
- Language: Haskell
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Barrelfish's Mackerel
=====================Mackerel is a domain-specific language used to describe hardware devices
and the in-memory formats of registers and data structures like
descriptor lists, page-table entries, etc.This repository contains the unmodified and unsupported source that is part
of the [Barrelfish Operation System](http://www.barrelfish.org).This tool is written in Haskell and depends on Parsec.
Build and explore the example as follows:cabal build
./dist/build/mackerel/mackerel -c examples/fat32_ebpb.dev -o include/fat32_ebpb.hFor more documentation, check out the
[Mackerel User Guide](http://www.barrelfish.org/TN-002-Mackerel.pdf)