As a programmer what are some important things to know?

  • Thread starter Thread starter EntropicLove
  • Start date Start date
  • Tags Tags
    Important
AI Thread Summary
Key topics in memory management and operating systems include understanding memory management systems, focusing on memory partitioning and design related to the kernel and applications. It's essential to explore the device driver framework of modern operating systems and to study multi-threaded paradigms at both the kernel and application levels. Additionally, examining the modern data structures utilized by the kernel for I/O, networking, memory management, application execution, system libraries, executables, and cache management is crucial. The open-source nature of the Linux kernel provides a valuable resource for in-depth exploration and learning in these areas.
EntropicLove
Messages
45
Reaction score
1
Specifically,

What are some important things to learn about:

memory management, and about; exploring operating systems.

Thank you for your time!
 
Computer science news on Phys.org
Hey EntropicLove.

I'd recommend learning about memory management systems, and the partitioning and design of memory with respect to the kernel, OS application, and other application levels.

I'd recommend you look at the device driver framework for modern OS platforms and I would also suggest you look at multi-threaded paradigms at both the kernel and application level.

Finally, take a look at the modern data structures that the kernel uses for I/O, networking, memory management, application execution, system and application libraries, system executables, and cache management.

Since the linux kernel is fully available open source, this will give you a real repository to look into and if you can find a decent guide, then it will keep you busy for a while.
 
chiro said:
Hey EntropicLove.

I'd recommend learning about memory management systems, and the partitioning and design of memory with respect to the kernel, OS application, and other application levels.

I'd recommend you look at the device driver framework for modern OS platforms and I would also suggest you look at multi-threaded paradigms at both the kernel and application level.

Finally, take a look at the modern data structures that the kernel uses for I/O, networking, memory management, application execution, system and application libraries, system executables, and cache management.

Since the linux kernel is fully available open source, this will give you a real repository to look into and if you can find a decent guide, then it will keep you busy for a while.

Wow Thanks Chiro for your thorough answer.

I suspected my question was too broad.
 
Since everything in the world is on the net, or will be soon, and since everything on the net is under attack, this seems like it would be important to know:

http://www.cl.cam.ac.uk/~rja14/book.html
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top