Re: Avoiding OS Myopia, or what's the strangest OS you know?
Posted: Mon Jun 23, 2014 2:39 pm
The Place to Start for Operating System Developers
https://f.osdev.org/
Shapiro's EROS was definitely one of those moments for me, back in the day. Capability-based security and orthogonal persistence, way ahead of their time. I've followed Shapiro's work ever since.krfkeith wrote:So in short, what I want to know is what are, in your opinions, the most bizarre, out-there, off-the-wall OS designs? Obviously, sometimes there's a reason things are done a certain way, but seeing WHY this is, and examples of failures to try and do things differently can be incredibly enlightening. Anyway, yeah, right now, the most 'unusual' (for me) design I've been reading about has been capability based OSes, in particular the J. Shapiro family of OSes. [...] Really interested to hear everyone's responses!
I can do better than that! Here, have my new OS to keep your processor busy. Just stick it onto a bootsector and you're set. It's also the smallest possible one you'll come across:muazzam wrote:I think, MSB-OS is strangest OS. That is written in machine code.
Code: Select all
11101011 11111110
I like it!! Works perfectly!Combuster wrote:I can do better than that! Here, have my new OS to keep your processor busy. Just stick it onto a bootsector and you're set. It's also the smallest possible one you'll come across:Code: Select all
11101011 11111110
MSB-OS is not strange due to machine language but I was saying that its user interface and design is strange.Combuster wrote:I can do better than that! Here, have my new OS to keep your processor busy. Just stick it onto a bootsector and you're set. It's also the smallest possible one you'll come across:muazzam wrote:I think, MSB-OS is strangest OS. That is written in machine code.Code: Select all
11101011 11111110
It's strange more for the way it's being built, starting out with something that's able to develop itself without depending on any outside software (beyond the BIOS). The user interface has yet to be developed beyond a minimal system for allowing programs to be selected and run. Once the new version comes out, it'll look a lot more ordinary and it will have a nice, boring GUI on it.muazzam wrote: MSB-OS is not strange due to machine language but I was saying that its user interface and design is strange.
Incidentally, VICE Motherboard just yesterday published an interesting feature article on TempleOS and its creator: God's Lonely Programmer.iansjack wrote:TempleOS. Just read the charter: http://www.templeos.org/Wb/Doc/Charter.html
http://motherboard.vice.com/read/gods-lonely-programmer wrote:TempleOS is more than an exercise in retro computing, or a hobbyist’s space for programming close to the bare metal. It’s the brainchild—perhaps the life’s work—of 44-year-old Terry Davis, the founder and sole employee of Trivial Solutions. For more than a decade Davis has worked on it; today, TempleOS is 121,176 lines of code [...] Davis says, "For ten years, I worked on programming TempleOS, full time. I finished, basically, and the last year has been tiny touch-ups here and there."