hello friends! new(ish)!
/aosg/ Alternative Operating System General: Difference between revisions
Jump to navigation
Jump to search
>Ljnb No edit summary |
>Ljnb No edit summary |
||
Line 36: | Line 36: | ||
* https://wiki.osdev.org/Expanded_Main_Page Landing page for the OSDev Wiki and Forums | * https://wiki.osdev.org/Expanded_Main_Page Landing page for the OSDev Wiki and Forums | ||
* https://sizeof.cat/links/#osdev List of links to resources for developers and hobbyist projects | * https://sizeof.cat/links/#osdev List of links to resources for developers and hobbyist projects | ||
=== /aosg/ Book Club === | |||
* [https://github.com/tuhdo/os01/blob/master/Operating_Systems_From_0_to_1.pdf Operating Systems 0 to 1, an incomplete but exhaustive PDF about OS design and theory] | |||
* [https://www.goodreads.com/book/show/40856231-operating-systems?from_search=true&from_srp=true&qid=hcp6XWT4jU&rank=4 The classic tome by William Stallings] | |||
* [https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz-ebook/dp/B07CVKH7BD?ref_=ast_sto_dp Another comprehensive tome] | |||
* [https://www.goodreads.com/en/book/show/46247667-windows-kernel-programming A comprehensive look at the internals of Microsoft Windows] | |||
* [https://www.amazon.com/Linux-Kernel-Development-Cookbook-programming-ebook/dp/B07RW915K4 A deep dive into the internals of the Linux Kernel] |
Revision as of 22:46, 17 January 2023
/aosg/ Alternative Operating System General
After a thread on /g/, one anon expressed an interest to turn this into a general, and here are some notes to keep to build up a FAQ.
Threads
OP has not yet mastered 4chan posting, so there is as yet no easy way to locate old threads. Manual list:
List of Notable Alternative Operating Systems
- https://templeos.org/ TempleOS, the operating system built by it's sole developer, Terry A. Davis in HolyC over the course of several decades.
- http://collapseos.org/ the OS for the end of the world
- http://phantomos.org/
- TRON - killed by a Hollywood grade conspiracy
- Midori and Singularity from Microsoft, a managed kernel written in a variant of C# called Sing# Github archive
- https://www.serenityos.org/ SerenityOS, an operating system that also is therapeutic Github archive
- http://users.atw.hu/gerigeri/DawnOS/index.html Dawn, an operating system complete with a GUI and userspace programs designed for the SUBLEQ single instruction architecture
- https://reactos.org/ ReactOS, an open source implementation of the Microsoft NT Kernel and userspace
- https://genode.org/ Genode, an operating system framework with a focus on stability and security
- https://www.haiku-os.org/ HaikuOS, an open source operating system inspired by BeOS and designed to achieve compatibility with the discontinued BeOS
- https://en.wikipedia.org/wiki/OS/2 OS/2, a now discontinued historical operating system initially developed by IBM and Microsoft, notable for it's DOS compatibility and similarities to NT
- https://www.arcanoae.com/arcaos/ ArcaOS, a modern continuation of OS/2
- https://www.amigaos.net/ AmigaOS, the original Amiga operating system, now targets the PowerPC architecture
- https://www.morphos-team.net/ MorphOS, a closed source Amiga-like operating system targeting the PowerPC architecture
- https://aros.sourceforge.io/ AROS Research Operating System, another Amiga-like operating system designed around the AmigaOS 3.1 API
Misc
- http://doc.cat-v.org/bell_labs/utah2000/utah2000.pdf OS research is dead
- https://youtube.com/watch?v=36myc8wQhLo Some hope
- https://copy.sh/v86/ JS VM with lots of OS, including one for Serenity OS
Resources for OSDEV
- https://wiki.osdev.org/Expanded_Main_Page Landing page for the OSDev Wiki and Forums
- https://sizeof.cat/links/#osdev List of links to resources for developers and hobbyist projects