I read that Linux is a monolithic kernel. Does monolithic kernel mean compiling and linking the complete kernel code into an executable? If Linux is able to support modules,...
  • May 24, 2022
  • 0 Comments
I need my code to do different things based on the operating system on which it gets compiled. I’m looking for something like this: #ifdef OSisWindows // do Windows-specific...
  • May 20, 2022
  • 0 Comments
Recently, I have been asked a question in an interview what’s the difference between a process and a thread. Really, I did not know the answer. I thought for...
  • May 15, 2022
  • 0 Comments