diff options
author | Richard Braun <rbraun@sceen.net> | 2016-10-27 19:16:04 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2016-10-27 19:16:04 +0200 |
commit | 2e9e881a034dbb4d9bcffdd9a0e3e80b4e720cf1 (patch) | |
tree | 48ba52e03216745ad10abfed504bb6039c01729a /kern/string.c | |
parent | 70c5463235f1e48a715755c5f119d660620767b1 (diff) |
x86/boot: fix structure copy
The compiler is allowed to forge a call to memcpy for such statements,
but paging hasn't been enabled yet at this point, making memcpy unusable.
Replace with an explicit call to boot_memmove.
Diffstat (limited to 'kern/string.c')
0 files changed, 0 insertions, 0 deletions