Monday, 27 May 2013

How to assemble flat binary arm code from x86_64 ubuntu

How to assemble flat binary arm code from x86_64 ubuntu

I'm wanting to learn osdev by making a small dos-like thing for my rpi. I will be doing the initial development on Ubuntu, and obviously will need to assemble the kernel for an arm format. The kernel also needs to be a flat binary (for obvious reasons). What assembler/toolchain should I be using?

No comments:

Post a Comment