ARM is a powerful and very "clean" processor and I love working with it. RISC machines in general have much to offer low-level systems programmers such as myself and this makes it a fun project to work on.
Porting to a new processor involves many phases which, like scafolding at a construction site, each step is built so that you can "stand on it" and work on the next phase. The first phase was (1) to complete an ARM assembler, after that, (2) to modify the metacompiler so that ARM code is produced, and then with ARM code being produced begins (3) the repeating cycle of run-test-edit on both an ARM simulation environment (QEMU and the Android Emulator) and on the actual ARM hardware (the G1). I've completed phases one and two, with both taking about 6 months of part-time work (roughly an hour a week) and am now in the run-test-edit cycle with threading working perfectly, and some I/O working, but not all. I still have many more weeks ahead of me, but I've "hit my stride" per say, and am enjoying the trip! :)
No comments:
Post a Comment