Live data from Hacker News

MenuetOS

menuetos.net

41–50 of 57 posts

Re: MenuetOS

#41

The author seems to be violating the GPL with Menuet64? Menuet64 is pretty clearly a derivative work of Menuet32, which is GPL. However, Menuet64 is released under a non-free license. Originally I believed the author may be the sole author of Menuet32, and thus could relicense to whatever they wanted. However, the release notes ( https://www.menuetos.net/relnotes.htm ) credit many other authors with their contributio…

Well it depends on the potential agreement with the other authors, I would say it is none of our business if they don't complain about it.

Not sure if it becomes "legal" to breach the GPL if original authors die though.

Re: MenuetOS

#42
Has anyone here used this as their main OS (or at least made some reasonable use of it rather than simply "install to check it out")?

I'm always curious to install and try out such "alternative" OSes, but usually the novelty wears off quite quickly, as the bar to using it for anything nontrivial is usually too high to justify the time investment.

Re: MenuetOS

#43
post #20

Always love hobby operating systems which leave UNIX and POSIX behind. It's really a shame that we're slowly converging on POSIX being the basis of _all_ operating systems since it forces some bizarre and undesirable design decisions [1]. Dropping POSIX and building something new gives us a chance to actually explore novel ideas in operating systems design. [1] https://www.microsoft.com/en-us/research/uploads/prod/20…

Any paper that proposes to remove functionality without attempting to steelman said functionality can safely be disregarded.

Re: MenuetOS

#46

The author seems to be violating the GPL with Menuet64? Menuet64 is pretty clearly a derivative work of Menuet32, which is GPL. However, Menuet64 is released under a non-free license. Originally I believed the author may be the sole author of Menuet32, and thus could relicense to whatever they wanted. However, the release notes ( https://www.menuetos.net/relnotes.htm ) credit many other authors with their contributio…

I also don't really understand the reason for the relicensing. There doesn't seem to be a commercial version available.

Re: MenuetOS

#47

Has anyone here used this as their main OS (or at least made some reasonable use of it rather than simply "install to check it out")? I'm always curious to install and try out such "alternative" OSes, but usually the novelty wears off quite quickly, as the bar to using it for anything nontrivial is usually too high to justify the time investment.

I think that ChromeOS is an existence proof about the minimum set of features for a "main OS" these days.

Re: MenuetOS

#48
post #20

Always love hobby operating systems which leave UNIX and POSIX behind. It's really a shame that we're slowly converging on POSIX being the basis of _all_ operating systems since it forces some bizarre and undesirable design decisions [1]. Dropping POSIX and building something new gives us a chance to actually explore novel ideas in operating systems design. [1] https://www.microsoft.com/en-us/research/uploads/prod/20…

Fuchsia is not a hobby operating system (it is deployed to production by Google) and it kinda leaves POSIX behind, which I find cool

https://fuchsia.googlesource.com/docs/+/d4f9b980f18fc6722b06...

Re: MenuetOS

#50
post #31
post #20

Always love hobby operating systems which leave UNIX and POSIX behind. It's really a shame that we're slowly converging on POSIX being the basis of _all_ operating systems since it forces some bizarre and undesirable design decisions [1]. Dropping POSIX and building something new gives us a chance to actually explore novel ideas in operating systems design. [1] https://www.microsoft.com/en-us/research/uploads/prod/20…

Depends where you look. The cloud OSes have long left classical UNIX behind, Kubernetes or managed languages on top of type 1 hypervisors are the name of the game, even if there is some POSIX based kernel somewhere on the stack. On the mobile side, although Android and iOS have some POSIX support, it hardly matters for app development. Even on macOS, which is a certified UNIX, if you want access to some of the modern…

All of these things are ultimately abstractions built on top of POSIX (aside from actual unikernels which can be used in the virtualization scenario)

It absolutely does free OS designers to remove the POSIX parts from in between, but no one really has yet

Post reply on HN