  |
House - http://programatica.cs.pdx.edu/House/
Haskell User's Operating System and Environment, demo of software, runs standalone; can be a platform to explore ideas in low- and system-level programming in high-level functional languages. Based on hOp Haskell, a variant of GHC Haskell. |
  |
Wikipedia: House Operating System - http://en.wikipedia.org/wiki/House_(operating_system)
Encyclopedia article, with links to many related topics. |
  |
A Principled Approach to Operating System Construction in Haskell - http://ogi.altocumulus.org/~hallgren/ICFP2005/
Research paper on monadic interface to low-level hardware features that are useful basis for building operating systems in Haskell; has primitives to control memory management hardware, user-mode process execution, low-level device I/O. Abstract; PDF, PS. |