Live data from Hacker News

Show HN: Minoca OS – A new lightweight kernel, completely from scratch

minocacorp.com

11–20 of 44 posts

Re: Show HN: Minoca OS – A new lightweight kernel, completely from scratch

#13
post #6
post #4

Is this a commercial product? If so, what's your business model? This looks really neat by the way.

We're hoping it can be, but we're also considering open sourcing it.

You can open source it, and it still be a commercial product.

Re: Show HN: Minoca OS – A new lightweight kernel, completely from scratch

#15
post #9

Cool! Can you describe a user who would see this as a perfect fit?

We're systems people, so we can help folks building new hardware devices with tasks like bring-up and sustained support. There's a stable kernel API, which makes component level updates within the kernel possible.

Re: Show HN: Minoca OS – A new lightweight kernel, completely from scratch

#17
post #14

It looks neat, but is this something I'd use a RPi as an overpowered arduino for? What does this offer?

Yes, you could use Minoca to manage GPIO and other low level hardware. One area where we're working to excel is power management. There's so little in the OS that we're able to go very idle, and stay there for long periods. Another area we're focused on is component level servicing: being able to update components within the kernel while maintaining a high degree of stability.

To user mode we'd like to present a largely compatible interface, while in the kernel we want to innovate using new designs and a clean slate.

Re: Show HN: Minoca OS – A new lightweight kernel, completely from scratch

#18

Can it provide any real-time guarantees? The main reason why I would change OS on the Raspberry Pi 3 is to get real-time behavior.

Not at the moment, but our interrupt overhead and number of background tasks is so low it's something we're thinking about. Is there a specific scenario you're trying to enable?

Re: Show HN: Minoca OS – A new lightweight kernel, completely from scratch

#19
post #4

Is this a commercial product? If so, what's your business model? This looks really neat by the way.

Just a quick review of the site - the "Product" page - shows a lite version and a pro. Lite has debugging symbols built in that can't be stripped. It is compiled at a lower optimization level than pro. It says for Access to Source: Lite - Limited, Pro - Unlimited Not sure what that means though, I didn't dig very far. Found the above here: http://www.minocacorp.com/product/ - scroll down a bit to find the product com…

(emphasis mine):

> It says for Access to Source: Lite - Limited, Pro - Unlimited

In the software world I'd consider anything less than BSD/MIT licensed source code limited.

Post reply on HN