Running the Ubuntu Kernel and OS on custom processor

Posted by xupv5 on Ask Ubuntu See other posts from Ask Ubuntu or by xupv5
Published on 2012-11-24T11:06:57Z Indexed on 2012/11/24 11:28 UTC
Read the original article Hit count: 117

Filed under:
|

This is hardly a theoretical question as many have done this, albeit there's very little information on the underlying processes.

I'm developing a custom MIPS-based processor on which I would like to run ubuntu. I'm quite baffled as to what to do next after you've designed the instruction set and the computer architecture itself. I need to be able to run a kernel and OS but how does it all tie in? At the moment I'm researching into designing a compiler for the linux kernel to generate the appropriate assembly language. Is that a good way to go? What do I need to do after that?

© Ask Ubuntu or respective owner

Related posts about kernel

Related posts about compiling