mono on bare metal?

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
redoktober
Member
Member
Posts: 109
Joined: Thu Feb 26, 2009 12:58 am
Location: Gurgaon/New Delhi, India
Contact:

mono on bare metal?

Post by redoktober »

heylo, one and all!

lately, i've been hearing about this project about porting the kaffe JVM onto bare metal.
that allows it to theoretically run a java-based OS.
how about doing the same with mono??
"Do you program in Assembly?" she asked. "NOP," he said.

"Intel Inside" is a Government Warning required by Law.
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: mono on bare metal?

Post by AndrewAPrice »

redoktober wrote:heylo, one and all!

lately, i've been hearing about this project about porting the kaffe JVM onto bare metal.
that allows it to theoretically run a java-based OS.
how about doing the same with mono??
Nothing stops you. Mono is just a library you can embed into other applications, so it would be just as easy to embed it into your kernel. You'd need a bare metal C standard library for it to run on, and don't expect WinForms or anything fancy unless you also embed GTK, some sort of GUI system, and a large array of drivers into your kernel.
My OS is Perception.
redoktober
Member
Member
Posts: 109
Joined: Thu Feb 26, 2009 12:58 am
Location: Gurgaon/New Delhi, India
Contact:

Re: mono on bare metal?

Post by redoktober »

hmm..
well, work's underway.
to create the kernel, that is.

then, i'll embed mono...and then...we'll see...
"Do you program in Assembly?" she asked. "NOP," he said.

"Intel Inside" is a Government Warning required by Law.
Post Reply