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.<p>[1] <a href="https://www.microsoft.com/en-us/research/uploads/prod/2019/04/fork-hotos19.pdf" rel="nofollow">https://www.microsoft.com/en-us/research/uploads/prod/2019/0...</a>
I have really fond memories of playing with this sometime around 2005.<p>I would download as many ISOs as I could get my hands on during the week at one parent’s house (where we had the better PC and broadband) and then at the weekend staying with the other parent I would try out all kinds of linux distros and hobby OSes.<p>Menuet was incredible to me at the time, it was fast as hell. I played with it for hours and probably would have stuck with it over the crappy Win ‘95 install if not for the fact it basically didn’t have any useful software at the time. It was great fun to tinker with and explore though.<p>I’ve come across it every few years since and I’m always happy to see it still worked on.
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.<p>Originally I believed the author may be the sole author of Menuet32, and thus could relicense to whatever they wanted. However, the release notes (<a href="https://www.menuetos.net/relnotes.htm" rel="nofollow">https://www.menuetos.net/relnotes.htm</a>) credit many other authors with their contributions.
It blows my mind (in a good way) that people are still posting this to Hacker news. I remember writing code for MenuetOS in both my Operating Systems and Hardware classes in ~2002. Love it!
There's a fork of this as well, though I don't know much about why the fork happened or anything:<p><a href="http://kolibrios.org/en/" rel="nofollow">http://kolibrios.org/en/</a>
Related:<p><i>MenuetOS</i> - <a href="https://news.ycombinator.com/item?id=28988778" rel="nofollow">https://news.ycombinator.com/item?id=28988778</a> - Oct 2021 (15 comments)<p><i>Menuet – A pre-emptive, real-time and multiprocessor OS written in assembly</i> - <a href="https://news.ycombinator.com/item?id=15427848" rel="nofollow">https://news.ycombinator.com/item?id=15427848</a> - Oct 2017 (71 comments)<p><i>MenuetOS 1.0 – 1.5 MB OS written entirely in assembly [video]</i> - <a href="https://news.ycombinator.com/item?id=9595507" rel="nofollow">https://news.ycombinator.com/item?id=9595507</a> - May 2015 (24 comments)<p><i>MenuetOS, an operating system written in assembly, hits 1.0</i> - <a href="https://news.ycombinator.com/item?id=9549808" rel="nofollow">https://news.ycombinator.com/item?id=9549808</a> - May 2015 (2 comments)<p><i>MenuetOS 0.85C released: an OS written entirely in 32/64 bit assembly</i> - <a href="https://news.ycombinator.com/item?id=6309696" rel="nofollow">https://news.ycombinator.com/item?id=6309696</a> - Sept 2013 (15 comments)<p><i>MenuetOS - An OS written entirely in assembly</i> - <a href="https://news.ycombinator.com/item?id=1494999" rel="nofollow">https://news.ycombinator.com/item?id=1494999</a> - July 2010 (26 comments)<p><i>MenuetOS: an OS that fits on a floppy, written entirely in assembly, has GUI</i> - <a href="https://news.ycombinator.com/item?id=1477868" rel="nofollow">https://news.ycombinator.com/item?id=1477868</a> - July 2010 (8 comments)<p><i>MenuetOS: Written in Assembly, fits on a floppy, has GUI</i> - <a href="https://news.ycombinator.com/item?id=776381" rel="nofollow">https://news.ycombinator.com/item?id=776381</a> - Aug 2009 (45 comments)
Would be great to have an image in WASM v86 emulator<p><a href="https://news.ycombinator.com/item?id=31270543" rel="nofollow">https://news.ycombinator.com/item?id=31270543</a><p><a href="https://github.com/copy/v86" rel="nofollow">https://github.com/copy/v86</a><p><a href="https://copy.sh/v86/" rel="nofollow">https://copy.sh/v86/</a>
by the creator of flat assembler[1] or community, if i am not mistaken. not an assembly programmer, but the syntax of flat assembler looks clean and nice.<p>[1]: <a href="http://flatassembler.net" rel="nofollow">http://flatassembler.net</a>
That's a very cool project for tinkering. It's a small niche, especially that it's written in assembly, it limits the scope of the things one can play with. But nevertheless, it's a very enriching experience as well as a very unusual one.
I miss Terry (<a href="https://en.m.wikipedia.org/wiki/TempleOS" rel="nofollow">https://en.m.wikipedia.org/wiki/TempleOS</a>).
When I first stumbled upon it in the very early 00's people were hyped about it fitting on a floppy (the "save" icon :P). Pretty amazing even today.
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")?<p>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.
The licence doesn't make sense to me.<p>"decompilation prohibited" - but I thought it's written in assembly?<p>Which means it's not compiled?
Thought that something like this would be good as a pre-boot environment. A lot smaller than EFI and perhaps more functional. Though debatable how good an idea that is. Guessing most folks don't want to program asm however.