We are still actively working on the spam issue.

Difference between revisions of "/aosg/ Alternative Operating System General"

From InstallGentoo Wiki
Jump to: navigation, search
(List of Notable Alternative Operating Systems: Add TRIPOS)
(List of Notable Alternative Operating Systems: Add section Embedded OS)
Line 35: Line 35:
 
* https://sizeof.cat/project/hoshi/ Hoshi is an operating system built by a sole anon
 
* https://sizeof.cat/project/hoshi/ Hoshi is an operating system built by a sole anon
 
* https://eltaninos.org/ minimal linux distro assembled and partly written by an anon
 
* https://eltaninos.org/ minimal linux distro assembled and partly written by an anon
* https://blackberry.qnx.com/en QNX, a compact micro kernel based OS for embedded use
 
 
* https://www.freertos.org/ FreeRTOS, a real-time operating system for microcontrollers
 
* https://www.freertos.org/ FreeRTOS, a real-time operating system for microcontrollers
 
* https://vmssoftware.com/ OpenVMS, the decendant of VMS that ran on big VAX machines, famous for uptimes measured in decades, especially when running VAXcluster.
 
* https://vmssoftware.com/ OpenVMS, the decendant of VMS that ran on big VAX machines, famous for uptimes measured in decades, especially when running VAXcluster.
Line 49: Line 48:
 
* https://dahliaos.io/ dahliaOS is a modern, secure and lightweight operating system, combining GNU/Linux and Fuchsia OS. It [https://www.omgubuntu.co.uk/2022/02/a-quick-look-at-dahliaos-pangolin-desktop can run on either the Linux or Zircon kernels].
 
* https://dahliaos.io/ dahliaOS is a modern, secure and lightweight operating system, combining GNU/Linux and Fuchsia OS. It [https://www.omgubuntu.co.uk/2022/02/a-quick-look-at-dahliaos-pangolin-desktop can run on either the Linux or Zircon kernels].
 
* https://www.cl.cam.ac.uk/~mr10/index.html TRIPOS is old, but influential, especially for Amiga OS.
 
* https://www.cl.cam.ac.uk/~mr10/index.html TRIPOS is old, but influential, especially for Amiga OS.
 +
 +
=== Embedded OS ===
 +
* https://blackberry.qnx.com/en QNX, a compact micro kernel based OS for embedded use
 +
* https://github.com/MannyPeterson/HeliOS Helios
  
 
=== Operating Systems for Amiga ===
 
=== Operating Systems for Amiga ===
Line 77: Line 80:
 
* Magenta, based on Little Kernel and later renamed into Zircon - this powers Fuchsia
 
* Magenta, based on Little Kernel and later renamed into Zircon - this powers Fuchsia
 
* Mach, later GNU Mach - chosen to power HURD.
 
* Mach, later GNU Mach - chosen to power HURD.
 +
* https://drewdevault.com/2022/06/13/helios.html Helios draws inspiration from seL4, and uses a capability-based design for isolation and security
 
* L4 is a family of microkernels
 
* L4 is a family of microkernels
  

Revision as of 22:32, 25 January 2023

Because it's fun to think about what could have been or what might be.

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

Embedded OS

Operating Systems for Amiga

Plan 9 Family

OS Written in Assembly

  • https://www.menuetos.net MenuetOS, an operating system written entirely in assembly complete with a GUI. Not all is open source
  • http://www.kolibrios.org/en/ KolibriOS is a free fork of MenuetOS. KolibriOS is very small - The kernel and most of the programs fit on a 1.44MB floppy disk.
  • http://dex-os.github.io/ DexOS is a x86 32-bit console like operating system, coded in 100% ASM

Educational OS

Microkernels

The idea is to minimise the kernel and have all services running as services at lower privileges and in a way that the services can be restarted after a crash. Microkernels often work by message passing, and that can cause an overhead. Mach had major performance issues.

  • Exec (Amiga) - the Executive at the deepest level of Amiga OS is a microkernel
  • Minix is famously microkernel based and the author, Tanenbaum, slogged it out with Linux Torvalds and his decision to make Linux a monolithic kernel rather than a microkernel based OS
  • Magenta, based on Little Kernel and later renamed into Zircon - this powers Fuchsia
  • Mach, later GNU Mach - chosen to power HURD.
  • https://drewdevault.com/2022/06/13/helios.html Helios draws inspiration from seL4, and uses a capability-based design for isolation and security
  • L4 is a family of microkernels

L4 Family of Microkernels

There are many members, the most important are:

  • L4 - can run Linux variants such as L4Linux
  • seL4 - high security microkernel

Emulators

A full install, or even a live CD, is not necessarily needed, sincfe there are emulators.

  • https://copy.sh/v86/ JS VM with lots of OS, including one for Serenity OS.
  • http://simh.trailing-edge.com/ SimH (History Simulator) is a collection of simulators for historically significant or just plain interesting computer hardware and software from the past. Of special note is VAX/VMS where a hobbyist license is provided by Hewlett-Packard Corporation.

Misc

Resources for OSDEV

/aosg/ Book Club