Questions tagged [operating-system]

Operating systems on retrocomputers generally.

Regarding retrocomputing operating systems in general.

For questions regarding a specific OS, please use the tag appropriate for that OS:

106 questions
23
votes
2 answers

The origins of fork()

Is fork() older than C? What are its origins? I might think that fork() was created along with C (1970s) but I recently read a reference to a 1963 paper where fork() was mentioned.
Niklas Rosencrantz
  • 1,111
  • 8
  • 22
16
votes
1 answer

Processor and operating systems for automatic lifts/elevators

Most automatic elevators have an algorithm that optimises travel between floors and users. Presumably this can be tailored to a particular building. The first elevators were hand-operated purely by button pushing and had no intelligence of their…
4
votes
1 answer

What happened to EYRX?

In 2001, Eyring Corporation released a 32-bit reconfigurable RTOS called EYRX. I remember downloading the documentation and programmer guide from their Web site. Strangely, no traces of that OS can be found anywhere on the Internet (except for the…
DYZ
  • 275
  • 2
  • 8
4
votes
0 answers

Using a modern microcontroller to explore early home computing concepts

I'm working on a project to write a small OS based loosely on the functionality of CP/M. I want to better understand a few things about the early home computing market, as well as to understand operating systems concepts. I'm using a Cortex M0+,…
Michael Stachowsky
  • 3,151
  • 2
  • 22
  • 31
0
votes
2 answers

Which was the first OS having both isolated users and programs?

Multi-user OSes are nothing special. Normally one user cannot access the files of another user. Installed programs are shared. User's are running in a sandbox and they're isolated from other users. Isolated programs are not that common. It forbids…
zomega
  • 5,362
  • 4
  • 25
  • 52