gcc -Wa,-EL -c rboot.s -o rboot.o 
ld -Ttext 0x00000100 -o rboot rboot.o
objcopy -I elf32-little -O binary rboot rboot.bin
