by jamesmp98 on 6/25/19, 2:44 PM with 3 comments
I've always been interested, as a hobby in doing more low level type stuff. Think OS development, device driver development, firmware etc., but I don't think there's really any market demand for those type developers anymore and I imagine it would be extremely competitive (especially as I have no formal education)
Is there any real way to break into this field? I'd be willing to go back to school and such, I just doubt the existence of such jobs
by rootshelled on 6/25/19, 2:57 PM
https://wiki.osdev.org/Expanded_Main_Page
There, all for free on the web no need to go back to school.
As for the type of work; most of it is writing the 1000th driver, making sure some mainframe doesn't keel over on a new version.
Also even the lower level stuff often escape to higher level languages after initial setup.
You'd still be writing code to make the hardware do stuff, just more work to achieve the same. So it might not be that exciting after a while.
by tjr on 6/25/19, 3:11 PM