Writing an OS in Haskell - agniv sarkar
https://old.agniv.me/blog/haskell-os/

#Haskell #OS #FP

Writing an OS in Haskell

bare-metal Raspberry Pi Zero OS

agniv sarkar
@majoranaoedipus
> til You can’t use GHC for bare-metal development. GHC’s runtime depends on mmap, pthreads, signals, and a whole pile of Linux/POSIX infrastructure that doesn’t exist when you’re the only thing running on the CPU.