s-matyukevich / raspberry-pi-os

Learning operating system development using Linux kernel and Raspberry Pi
MIT License
13.16k stars 1.29k forks source link

Update rpi-os.md to refer mm.S file for memzero #257

Closed fletchersarip93 closed 1 year ago

fletchersarip93 commented 1 year ago

I was confused about what is memzero, googled but couldn't find anything. Didn't know that it is a custom implementation in this repository. So I'll just add this reference to mm.S file to prevent similar confusion from happening, so that reader know that the memzero is a custom implementation which they can find in this repo.