I don't see TempleOS here unfortunately https://gitlab.com/virtualosmuseum/virtualosmuseum/-/blob/ma...
I'm also planning to add earlier versions as well as the later forks at some point.
141–150 of 236 posts
I don't see TempleOS here unfortunately https://gitlab.com/virtualosmuseum/virtualosmuseum/-/blob/ma...
I'm also planning to add earlier versions as well as the later forks at some point.
quite impressive, how did you collected? just find images online or you actually have all of these OS.
TENEX and TOPS-20 would be nice
I'm not aware of any fully working TENEX images unfortunately. There are partial images, but last time I checked they weren't in a state that was even remotely usable.
This is a great resource. Did you run into any weird emulation quirks with the older OSes? I imagine getting some of them to boot wasn't straightforward.
No Pick? https://en.wikipedia.org/wiki/Pick_operating_system My first actual job was working for a local health authority here in the UK, and they had a Pick computer running some database application thing, I think to do with accounting. I had to run the backups. Sorry to be a whinger, I don't mean to belittle the monumental amount of work.
What a legendary name for the developer.
No Pick? https://en.wikipedia.org/wiki/Pick_operating_system My first actual job was working for a local health authority here in the UK, and they had a Pick computer running some database application thing, I think to do with accounting. I had to run the backups. Sorry to be a whinger, I don't mean to belittle the monumental amount of work.
What a legendary name for the developer.
Is there a proper full list without needing to download the very big ZIP archive file? I don't know if it includes "every operating system I can think of". I can think of some things: TempleOS, BTRON (there might be more than one implementation; I know of an (apparently) abandoned FOSS implementation), Serenity OS, and some others that I do not remember what they are called. Also, what might be useful for preservatio…
All of those OSes you mentioned are included. BTRON isn't a single OS, but a small family of OSes based on a common specification (just like Unix is); the OS museum includes the demo 1B/V3 and Chokanji 4. The FOSS BTRON implementation you're thinking of is almost certainly B-free/EOTA, which is also included. EOTA never actually implemented BTRON proper before it got abandoned. It basically just ended up being like a Unix based on an ITRON kernel.
Documentation for some OSes is included, although I've focused more on user/administrator documentation over developer documentation. It would probably be a good idea to include developer documentation though.
I've thought about making individual images available for download, but many of them are dependent on particular emulator versions and/or the common launch scripts so it isn't quite that simple.
Would've been cooler if the emulator was implemented within the browser itself, lke DistroSea, or Archive.org.
It sucks that there's no good way to port Linux directly to WASM UML-style, since WASM insists on implementing memory safety at the bytecode level with no way to bypass it. There is a very limited port, but it doesn't support paging. Not all the emulators would run on a full-featured WASM port if one existed, but that could be dealt with by just using user-mode QEMU to run whichever ones are x86-only.