TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

2.11BSD_X44: A 2.11 BSD that's still receiving patches, including x86 support

30 pointsby jmmv8 months ago

4 comments

retrac8 months ago
2.x BSD was also ported to MIPS and some other archs a while back: <a href="https:&#x2F;&#x2F;github.com&#x2F;RetroBSD&#x2F;retrobsd">https:&#x2F;&#x2F;github.com&#x2F;RetroBSD&#x2F;retrobsd</a><p>I have periodically wondered why we didn&#x27;t see more of that. It&#x27;s a small monolithic Unix with the complete stack, including (now rather ancient) TCP&#x2F;IP networking. Fits in 1 MB of RAM with room to spare. BSD licenced.<p>From what I remember off the biggest issues are probably that: 1) it is pretty closely tied to the PDP-11 architecture (though not insurmountably) 2) it&#x27;s pre-ANSI C.
评论 #41632409 未加载
AStonesThrow8 months ago
That&#x27;s wild. &lt;4BSD was never on my radar at all, from my first encounters in 1990.<p>Morally, this isn&#x27;t really 2.11 anymore after so much backporting and updating, so my questions would be, what&#x27;s the utility of such a platform, if not nostalgia or legacy support?<p>Not clear which arches are supported, aside from i386. My love affair with Open&#x2F;NetBSD was partially sparked by its enormous roster of cool hardware support.
评论 #41630067 未加载
somat8 months ago
My understanding is that 2bsd is 16 bit clean, which is most of the reason it is still around. A nice OS to run on your 16-bit micro controllers.<p>However when trying to fact check myself, I found many of the architecture targets are 32-bit, so I may be wrong about this.<p>see also: retrobsd a 2bsd fork<p><a href="https:&#x2F;&#x2F;github.com&#x2F;RetroBSD&#x2F;retrobsd">https:&#x2F;&#x2F;github.com&#x2F;RetroBSD&#x2F;retrobsd</a>
评论 #41631252 未加载
评论 #41631783 未加载
kjs38 months ago
There are also V6 &amp; V7 ports for the x86, but they&#x27;re much less functional&#x2F;interesting than 2.x.