and how exactly can I define that my OS is a 64x architecture and not 32x or 16x
When the BIOS transfers control to your boot sector, the Intel (or equivalent) cpu is in 16 bit real mode(aka 8086). If you want 32 bit or 64 bit you need to use instructions to switch to 32 or 64 bit protected mode as required.