amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

[Kernel_H] Verify Array.Copy Implementation #25

Closed amaneureka closed 7 years ago

amaneureka commented 7 years ago

It has been used in many place. And never updated after making important changes in compiler. So it is necessary to verify it's working in order to avoid any bug in near future.

AasthaGupta commented 7 years ago

Verified.