aos/tools/mackerel/README.txt
Daniel Schwyn 6d444bf552 Main handout
Signed-off-by: Daniel Schwyn <daniel.schwyn@inf.ethz.ch>
2022-03-03 14:57:51 +01:00

14 lines
454 B
Plaintext

MACKEREL
Mackerel is an IDL for devices, a bit like a modern version of Devil.
It is in an early stage of development. It is written in Haskell
and is designed to translate a .dev file in the dev_defs directory
into a single C header file containing all relevant functions for
accessing the device.
To use it manually, type:
> runghc Main.hs ../../devices/xapic.dev > xapic.h
- to see what it does, or see the documentation for more information.