using gnu as for 16 bit code?
Posted: Mon Jan 05, 2009 2:32 pm
Ok, from everything I read, as does not generate 16 bit code, so I wrote and assembled my bootloader with nasm. This is no big deal, but I will develop the rest of my OS with gnu as to interface gcc, so for the sake of consistency, Id rather have all my code written in ATT syntax rather than have the bootloader in intel and the rest in ATT. Does anyone know how to do this?