f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

start: replace init_*_seg with memset/memcpy #95

Closed rampant1018 closed 10 years ago

rampant1018 commented 10 years ago

According to issue #93, current development tree contains optimized memset/memcpy. And init_*_seg functions in kernel/start.c are doing same thing. So replace them with memset/memcpy.