Wow! Some insightful replies here, thanks for all the responses!
simeonz wrote:Certain employers in the driver-development and virtualization software industries will look favorably on knowledge and practice with OS development, even though it is an esoteric hobby project. I know, because I have seen people apply this to their advantage.
I know driver development can be grueling work and a headache at best, but needless to say, I am interested in low-level applications and interfaces. Do you perhaps know a way one would break into the driver development industry? I imagine years of experience to be the most helpful, next to incredible skills.
simeonz wrote:computing have 3 layers. one is science, one is art, and one is business. you must at least understand two to create a living from it. 99% of people in this industry understands 0, 0.99% understands 1, and only the rest 0,01% can actually achieve things and live from it without becoming the libreoffice excel data guy in an office.
A wonderful perspective, and you are absolutely right. Technically, most of what we build here at OSDev is useless to any corporation or normal person because you're essentially reinventing the wheel. I suppose the above response (driver development) is the only one where an OSDever might hold some ground. Without a college degree, one would have to be an absolute savant to get a job from a hobby OS, I'm sure.
Mind if I quote you in my signature? I love the layered metaphor.

Thanks!
Korona wrote:However contributing to an existing OS (i.e. Linux) might help you to get a job where you can do OS development.
I have considered taking up working on a Linux dist with others in a collab, but I'm not sure what's it is like to be on a dev team (another reason I am less likely to be hired), so I'm not sure what it entails other than pulls/tickets/etc on GitHub. Also, I'd like to contribute to a pure-assembly (Intel) section of a Linux distro. Though I'm sure there's one out there, it's got to be esoteric at best -- I'm not sure honestly, I have yet to look it up.
Solar wrote:Generally speaking, trying to "sell" your hobby OS to a prospective employer (as in, "this cool thing I did", not as in, "give me money for my OS") might not be that good an idea. There are several different ways this could give the wrong impression -- too nerdy, or not having a sense of scope, to name just two.
Another interesting and refreshing perspective. By your advice, I think I will boast about it during interviews, but not show them unless they inquire. Orchid is beyond just a bootable image (not widely tested, not ready to do that in the least), but it is basically just a shell that gives you system info and hex dumps when you request them. No file operations, complex drivers, etc etc, but it's getting there little by little.
Solar wrote:What working on an OS project will do for you is giving you experience with all the things that go beyond the "let's whip up an executable" kind of development. Version control. Issue tracking. Build systems. Test environments and automatizing. Documentation. Working with third-party APIs. If you're lucky, collaboration. All these are important experiences and skills, and they will make you a better developer, both in reality and on paper. Then again, so would any other kind of software project that goes beyond the "let's whip up an executable" stage. The difference OS work makes, as opposed to e.g. a game, or a handy app, or a web application, is if your prospective employer deals in these kind of things.
That's the thing though, this is all self-contained so far. I haven't collaborated before on a programming project. I don't use anyone else's libraries. I don't use github, it's all done on my PC through Atom and backed up on two external USBs regularly. The backup devices contain most of my old versions that have major changes, such as new commands and new compatibility changes. I do understand what you're saying though, about going deeper than building a surface-layer, single-interface application: OSDev is all about building a versatile and dynamic creature that can exist on as many systems as possible. I'll get there one day.
In the meantime, by your advice, I think I'm going to focus some more on another language I can be passionate about (something a bit higher-level), and flesh out a portfolio somehow. Instead of the almost full-time work I've been doing on it, I will make orchid an actual hobby OS (makes me sad to downgrade it

). I think I can build a fruitful portfolio with something like C++ in 6-9 months. Just have to find ideas for projects to work on. If you have any suggestions, I am all ears.

Thanks again for the insight!