pdp7-unix VS unix-v6

Compare pdp7-unix vs unix-v6 and see what are their differences.

pdp7-unix

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

unix-v6

UNIX 6th Edition Kernel Source Code (by lsahn-gh)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pdp7-unix unix-v6
4 5
411 345
- -
2.6 0.0
8 months ago about 5 years ago
Assembly C
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pdp7-unix

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.

unix-v6

Posts with mentions or reviews of unix-v6. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-15.

What are some alternatives?

When comparing pdp7-unix and unix-v6 you can also consider the following projects:

m1n1 - A bootloader and experimentation playground for Apple Silicon

illumos-gate - An open-source Unix operating system

HelloSilicon - An introduction to ARM64 assembly on Apple Silicon Macs

uom - Units of measurement -- type-safe zero-cost dimensional analysis

retrobsd - Main RetroBSD Operating System

gnu-units - GNU Units (mirror)

unix-history-repo - Continuous Unix commit history from 1970 until today

Unitful.jl - Physical quantities with arbitrary units

unix-jun72 - The working source code to PDP-11 Unix from 1972.

theme-bobthefish - A Powerline-style, Git-aware fish theme optimized for awesome.

LiteBSD - Variant of 4.4BSD Unix for microcontrollers

insect - High precision scientific calculator with support for physical units