- does not fit in my backpack (bad !)
- runs Unix (good !)
- OS does not have AI extension that I don't want (good !)
- 32 Kb of main memory, I'll need to optimize hashtag#geogram a bit (good !)
@BrunoLevy01
My late friend Bill Jolitz of 386BSD fame originally ran Unix on a PDP 11/45 on the Berkeley campus -- for a biology department or something.
We used to chat a lot. He was a hell of a guy and a great Unix expert; I miss him.
https://en.wikipedia.org/wiki/William_Jolitz
https://en.wikipedia.org/wiki/386BSD
https://en.wikipedia.org/wiki/Berkeley_Software_Distribution
@auxonic @BrunoLevy01 @cstross I learned its assembly on a Soviet clone :)
Not even assembly, l was writing machine code in octal numbers :)
@jyrgenn @auxonic @BrunoLevy01 @cstross yes, it was pretty easy to grasp, even for a schoolboy (I was around 7th or 8th grade if I recall it right). The coolest thing, it helped me understand how computers work.
I'm really puzzled by today's programmers who code in something like JavaScript and have no idea what's happening on the CPU level.
Macro-11
@BrunoLevy01
You have a wide range of OSs to run on that. According to Wikipedia, various models of the PDP 11 could run:
BATCH-11/DOS-11, DSM-11, IAS, P/OS, RSTS/E, RSX-11, RT-11, Ultrix-11, Seventh Edition Unix, SVR1, 2BSD
My second PC was a PDT 11-78. Small box, two 8" floppy drives, VT-101 Monitor, with an LA-35 "DECWriter III" 7-pin printer. (I'm trusting my very old memory for those model numbers)
doom port when?
@brunogirin @BrunoLevy01 My B2B* networking skillz!
*Bruno-to-Bruno
nice!
if it doesn't fit in your backpack, just an excuse to get a new backpack. :)
of course, it probably doesn't have great battery life but it runs *both* kinds of UNIX. BSD *and* AT&T.
Congratulations!
If you're serious about running Unix, I'd suggest trying to scrounge up the full 256KB of main memory. Back in 1979-1982 I ran the UCLA Math Department PDP-11. The Unix v6 kernel by itself was around 48KB; v7 was around 64KB with just a very few kernel buffers. You might be able to get it to run with 128KB, but remember userspace programs had to swap, not page, so the entire process has to fit resident in main memory to run.