for compilation:
in link_total.c
 main changed to link
in crt0.s
 .global start
 .global _start
 start:
  are added

