I mean that I have developed a new but simple RISC CPU based on FPGA and construct a computer hardware system.
Now I need to port the Linux to the hardware system.
I have no clear sense of the process. What to do first and then?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At least that’s the way we did it. Usually a three man team. One did the task manager and memory allocator, one did the IO routines, and one did all the UI and utility stuff. With substantial overlap.
Of course if your initials are LT and the compiler is already written and you crowd source the rest of it, that makes it easier.