* Rewrite generic memcpy, with optimizations more like the common memcmp
optimizations.
* Rewrite generic memset, with a proper optimized implementation.
* Name the files "generic_" like other files in the arch generics dirs.
* Always use the generic versions in the bootloader, since it's
complied with special flags.