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??
mono on bare metal?
-
- Member
- Posts: 109
- Joined: Thu Feb 26, 2009 12:58 am
- Location: Gurgaon/New Delhi, India
- Contact:
mono on bare metal?
"Do you program in Assembly?" she asked. "NOP," he said.
"Intel Inside" is a Government Warning required by Law.
"Intel Inside" is a Government Warning required by Law.
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: mono on bare metal?
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.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??
My OS is Perception.
-
- Member
- Posts: 109
- Joined: Thu Feb 26, 2009 12:58 am
- Location: Gurgaon/New Delhi, India
- Contact:
Re: mono on bare metal?
hmm..
well, work's underway.
to create the kernel, that is.
then, i'll embed mono...and then...we'll see...
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.
"Intel Inside" is a Government Warning required by Law.