Reputation: 171
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.
Upvotes: 0
Views: 884
Reputation: 840
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.
Upvotes: 3