RdStudios9145 / AnotherOSbutinrust

0 stars 1 forks source link

memcpy, memmove, memset and memcmp implementation #8

Open aelnosu opened 4 months ago

aelnosu commented 4 months ago

To use llvm that targets x86_64-unknown-non the OS would need memcpy, memmove, memset and memcmp implementation.

RdStudios9145 commented 4 months ago

That could be implemented once interrupts are fixed. I am working diligently to stop the kernel panics.