Minoca OS: A new open source operating system
41–50 of 196 posts
Re: Minoca OS: A new open source operating system
#42>Under the hood, Minoca contains a powerful driver model between device drivers and the kernel. The idea is that drivers can be written in a forward compatible manner, so kernel level components can be upgraded without requiring a recompilation of all device drivers. This sounds really smart and it looks great overall <3
Re: Minoca OS: A new open source operating system
#43Oh please. You have to start somewhere and this is where they're starting. By comparison, Linus' first announcement was: Hello everybody out there using minix - I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resemble…
Re: Minoca OS: A new open source operating system
#44Re: Minoca OS: A new open source operating system
#45Ah, yes, as if Linux is not enough as a community driven OS. Let's make other one! Where anyone can make crappy software and be offended if someone pointed it out! I appreciate the idea of making a difference (I badly want to have and use an unproblematic OS), but making an OS out of the lack of another major alternatives is just... a waste of time!
In fact, I wish we had more diversity as far as operating systems are concerned. For example, BeOS/Haiku would seem to me a saner choice for a desktop than an OS primarily designed for servers. (Windows and Mac OS used to be purely desktop OS, but not any more.) RISC OS is another interesting example.
Re: Minoca OS: A new open source operating system
#46Very little information on their site about the actual architecture of the system. Very bad flag there. I'd be interested if it was based on a post-Liedtke microkernel, but I suspect it's yet another boring monolith.
Re: Minoca OS: A new open source operating system
#47I happen to have an interest in OS development myself: it seems that two things have combined to make bespoke OS development practical again. First, the world has mostly standardised on amd64, UEFI &c. None of these standards may be terribly good (e.g. I've always x86 and its descendants tasteless compared to 68000, MIPS and others), but they're good enough, and now there's a critical mass of community support out there for them.
Second, readily-available virtual machines have made it easier than it ever was to rapidly iterate on an OS concept.
My own interest is in non-POSIX, non-Unix-inspired, non-consumption-oriented systems: I think that there's some huge headway to be made in building computers meant to augment the human brain, rather than to just reproduce the past or serve as an entertainment-enabler. But Minoca OS sounds pretty neat in itself. Kudos to the guys for putting in the work, and kudos for releasing it as open source. I hope that they're able to make some money from it too — good work deserves to be rewarded.
Re: Minoca OS: A new open source operating system
#48Also, GPL3? Not my favorite license. (MIT/BSD are the best IMO)
Re: Minoca OS: A new open source operating system
#49>Under the hood, Minoca contains a powerful driver model between device drivers and the kernel. The idea is that drivers can be written in a forward compatible manner, so kernel level components can be upgraded without requiring a recompilation of all device drivers. This sounds really smart and it looks great overall <3
So true. it really is my biggest problem with the monolithic Linux kernel.
Re: Minoca OS: A new open source operating system
#50NT coding style and some similarities with naming. Very clean looking in what I've seen so far. Nice work guys.