pdp7-unix

A project to resurrect Unix on the PDP-7 from a scan of the original assembly code (by DoctorWkt)

Pdp7-unix Alternatives

Similar projects and alternatives to pdp7-unix

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pdp7-unix alternative or higher similarity.

pdp7-unix reviews and mentions

Posts with mentions or reviews of pdp7-unix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-25.
  • Making NetBSD Multiboot-Compatible (2007)
    3 projects | news.ycombinator.com | 25 Aug 2023
    TIL there is a version of UNIX for PDP-7, and PDP-7 did not have MMU, therefore UNIX by definition do not require MMU, and that version of UNIX had been archeologied in a runnable form on GitHub[1]

    1: https://github.com/DoctorWkt/pdp7-unix

  • Unix Edition Zero
    4 projects | news.ycombinator.com | 15 Feb 2023
  • Where to find the original Unix image file?
    1 project | /r/unix | 1 Jan 2023
    I've never heard of a copy being used outside of the original authors' site. However, it can be built from source code and run on a PDP-7 emulator. https://github.com/DoctorWkt/pdp7-unix.
  • Apple M1 Assembly Language Hello World
    6 projects | news.ycombinator.com | 14 Jan 2021
    Well first of all I was wrong -- the PDP7 did have syscalls, I'm just bad at reading PDP7 assembly and missed the dispatcher. Curiously, it looks like the sequence is entirely different, although there could be some magic that makes the order different than it appears at first glance.

    https://github.com/DoctorWkt/pdp7-unix/blob/master/src/sys/s...

    It's all just guessing, but I figure the explanation is much simpler -- for PDP11 UNIX, they just kept using the same syscalls up till V7 / 2BSD, and there should have been a sort of "rolling release" binary compatibility. For the VAX, the first port (32v) probably just retained the original numbering since there was no reason to deviate from it, which colored 3BSD and 4BSD, hence {Net,Free,Open}BSD and Darwin and friends.

    Worth pointing out that several versions of Linux have rather different syscall tables. 32 bit ARM and x86 are more-or-less matches, with ARM differing on a few early syscalls, while 64 bit ARM and amd64 differing quite dramatically. The old ABI for 32bit MIPS also matches, but both the n32 and n64 ABIs use slightly variant syscall tables. PowerPC 32/64 bit is also a close match, although it has some impedance (I think it matches closer to AIX by design)

    At the end of the day, I think the similarity is mostly a mixture of coincidence, system developers being influenced by their bootstrap system's syscall tables, and no real reason to change them up. No reason to not change them, either, since it's pretty trivial to use different dispatch tables for different types of processes, like how the BSD's handle other-OS compat.

  • A note from our sponsor - WorkOS
    workos.com | 19 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic pdp7-unix repo stats
4
408
2.6
7 months ago

DoctorWkt/pdp7-unix is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of pdp7-unix is Assembly.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com