It's worth noting that there is also the hilarious PonyOS which is based on ToaruOS. The main website[1] seems to be down right now, but you can check it out on GitHub[2].
I'd like to see those alternative OSes target the ARM architecture; the smaller number and type of peripherals should make it simpler to develop on (probably not emulating though) compared to a pc. It would make an interesting choice for smaller boards where either a full fledged distribution might choke or where one wants to squeeze out the most from the few resources available.
This began life as a hobby CS project started at the time the author was in college. The allocator was based on a custom malloc() written for a systems programming course (I was in the same course at one point).
I think before he even graduated the OS had a graphical mode. On OSDev you'd have a screen sharing thread with people posting their text mode OS projects and then he would post this one with this windowing system with the anime background and it would stand out that much more. And it was all made by a single person. In college.
8 comments
[ 3.3 ms ] story [ 30.1 ms ] threadfor the curious if the link is still slashdotted
[1] http://www.ponyos.org/
[2] https://github.com/klange/ponyos
I'd like to see those alternative OSes target the ARM architecture; the smaller number and type of peripherals should make it simpler to develop on (probably not emulating though) compared to a pc. It would make an interesting choice for smaller boards where either a full fledged distribution might choke or where one wants to squeeze out the most from the few resources available.
Can I ask what server you rent from DO for hosting those sites? Like what kind of hardware do you need for that sort of project.
And also, how much traffic did you get from being on the frontpage of HN?
https://github.com/klange/toaruos/blob/bb91a91cac2793daa213d...
There's some really early screenshots here.
https://forum.osdev.org/viewtopic.php?p=202371#p202371
I think before he even graduated the OS had a graphical mode. On OSDev you'd have a screen sharing thread with people posting their text mode OS projects and then he would post this one with this windowing system with the anime background and it would stand out that much more. And it was all made by a single person. In college.
Some people are just way, way out there.