An operating system, or "OS," is software that communicates with the hardware and allows other programs to run. It is comprised of system software, or the fundamental files your computer needs to boot up and function. Every desktop computer, tablet, and smartphone includes an operating system that provides basic functionality for the device.
Understand the concepts behind the working principles of any operating system, such as concurrency, threads vs processes, virtual memory, memory leak, etc.
Virtual memory (Memory leak)
Memory leaks are the dacoits of Memory. Memory leaks are bad because your program
claims resources and keeps them occupied for its entire lifecycle, even though it
does not need them anymore. If you have a static leak the size of X when the program
starts and it does not grow over time it's unfortunate, but probably not the end of
the world. Tune in to know more. 😉
— Sudipto Ghosh (@sudiptog81)
Thanks goes to these wonderful people (emoji key):
Sudipto Ghosh 💻 🖋 🤔 📖 |
Kevin Paulose 👀 📋 |
Ayush Kumar Shaw 💻 📖 📋 🤔 🚧 👀 |
Crio.Do 📋 |
Archithdwij 👀 📋 |
Amogh Rajesh Desai 👀 📋 |
Sudhanshu tiwari 👀 📋 |
This project follows the all-contributors specification. Contributions of any kind welcome!