Earlier quoted context omitted.
That's really helpful, actually, as you may be able to give me some other ideas for projects. So, things you don't think I or my coursemates could do include writing a C compiler that builds a Linux kernel. What else do you think we couldn't do? I ask because there are various projects I'll probably get to at some point. Things on that list include (a) writing an OS microkernel and some of the other components of an…
Building a microkernel based OS feels feasible because it’s actually quite open ended. An “OS” could be anything from single user DOS to a full blown Unix implementation, with plenty in between. Amiga OS is basically a microkernel and that was built 40 years ago. There are also many other examples, like Minix. Do I think most people could build a full microkernel based mini Unix? No. But they could get “something” wo…
So what other projects are impossible? That was my question.