boot32_memset
#define BZERO(d, c) boot32_memset((void *)LOADADDR(d), 0, (c))
extern void *boot32_memset(void *, int, size_t);