Here's the paper: http://comjnl.oxfordjournals.org/cgi/content/abstract/33/5/466

On Thu, Feb 11, 2010 at 11:45 AM, John Van Enk <vanenkj@gmail.com> wrote:
I'm not specifically interested in raw hardware, but I am interested in, say, making the garbage collection deterministic and altering the scheduler to fit some other needs. I'll try and find a link to the paper describing the GC i want to implement....

On Thu, Feb 11, 2010 at 11:10 AM, Ivan Panachev <ivan.panachev@gmail.com> wrote:
On Thu, Feb 11, 2010 at 6:30 PM, John Van Enk <vanenkj@gmail.com> wrote:
I need to be able to swap out the RTS. The place I want to stick Haskell absolutely needs its own custom RTS, and currently, I don't think it's all that easy or clean to do that.

Am I wrong? Are there resources describing how to do this already?

Could you be a bit more precise about your RTS needs? For example, if you want to run Haskell on raw hardware you might be interested with House project, http://programatica.cs.pdx.edu/House/