|
|
|
|
|
by k4ch0w
1815 days ago
|
|
I think you don't have people teaching enough lots of low level coding in college is why. It used to be the first thing you had to learn in Linus's time. Now you use it for one class and use Python/Go/Java the rest of the time. You pretty much have to seek out the knowledge regarding Operating systems in addition to taking on the challenge of learning something like C/C+ or Rust. You have to then break all the ways of thinking about your memory model after being given a GC language. Understanding hardware is needed to debug specific CPU/IO issues that could be caused by assumptions or lack of knowledge. Next comes learning the different algorithms needed by an OS in a new language and then implementing them. This takes a lot of time to get down correctly. It's also a really small and niche community which means you don't have a lot of support from peers that understand the problems you encounter the community isn't an easy one to feel accepted into. It can be hard to get support because you need to be very detailed in your questions or you will be ignored. |
|