HelloSilicon VS pdp7-unix

Compare HelloSilicon vs pdp7-unix 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)
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
HelloSilicon pdp7-unix
12 4
3,214 411
- -
4.8 2.6
22 days ago 8 months ago
Assembly Assembly
MIT License 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.

HelloSilicon

Posts with mentions or reviews of HelloSilicon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.

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.

What are some alternatives?

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

m1n1 - A bootloader and experimentation playground for Apple Silicon

Transmission-macOS-arm64-bins - Pre-compiled Transmission Torrent client binaries for Apple Silicon Macs

retrobsd - Main RetroBSD Operating System

wonkey - Wonkey is a easy to learn, oriented object, modern and cross-platform programming language for creating cross-platform video games. Pull requests welcome! Join community https://discord.gg/awfuRtZay7

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

doesitarm - 🦾 A list of reported app support for Apple Silicon as well as Apple M2 and M1 Ultra Macs

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

asm_book - A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.

LiteBSD - Variant of 4.4BSD Unix for microcontrollers

rss-proxy - RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.

unix-v6 - UNIX 6th Edition Kernel Source Code