| The linker calls __start | | Why is start in crt0? That obviously conflicts with the users namespace. Old versions of egcs and binutils did strange things. The linker defaults to using `_start'. Our gcc changes that to `__start'. I suppose `start' can be removed now we're using a semi-sane toolchain. Eduardo