惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
雷峰网
雷峰网
V
Visual Studio Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
IT之家
IT之家
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
月光博客
月光博客
A
About on SuperTechFans
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale

Blog on KittenLabs

Marantz UD5007 power supply replacement GPD Pocket 4 Speaker DSP Extreme Pi Boot Optimization WiFi auth with OsmoHLR/SIM cards Windows 11 tweaks & usability improvements Using custom domains as a Fediverse redirect 25GBit/s on macOS & iOS Manage RDP certificates on Windows using SSH Reviving a dead Gigabyte MJ11-EC1 mainboard Dead TROTEC PAC2000S air conditioner PlutoSDR standalone ADS-B FR24 feeder Micro8088 build log OpenWRT als WireGuard-Appliance GPS locked Raspberry Pi Es'hail-2 transceiver setup PlutoSDR clock input WiFi over satellite TV coax
ThinkPad PowerSeries 820
By Manawyrm and tSYS | Tuesday, April 23, 2019 · 2019-04-23 · via Blog on KittenLabs

One of the rarest ThinkPads is the ThinkPad PowerSeries 820, running a Power PC 603e at 100 MHz.
It’s code name is Wiltwick, the type designator (used in Windows) is 6040.
It uses an 800x600 TFT, WD90C24A/G10 graphics and has a 1.2 GB SCSI HDD.
48 MiB RAM is the maximum configuration.

ThinkPad 820, next to a Nakamichi SCSI CD-ROM drive ThinkPad 820 internals ThinkPad 820 keyboard ThinkPad 820, closed Connectors on the backside of a ThinkPad 820 Connectors on the right side of the ThinkPad 820, PCMCIA, PS/2, power switch

This machine runs Debian 3.0 (with Linux 2.4) and Windows NT 4.0 currently.

PPC ThinkPads require an MBR partition layout with a partition of the type 0x41 (PReP boot) and the boot-flag set. This partition must directly contain the data, like an OS kernel or bootloader. The partition can be present on the hard drive, a CD ROM or even a floppy disk. External SCSI CD drives can be used, but need to support 512-byte sectors.

Running Linux

Installing Linux on PPC ThinkPads is not an easy task and needs a bit of work. There is no framebuffer support, so no graphical output or console logging will be visible. You’ll need a RS232 null-modem cable to connect to the laptop.
Serial port parameters: 9600 baud, 8 data bits, 1 stop bit, no parity.

The cd images for Debian (3.0, 3.1 and 4.0) all crash at the SCSI initialization after boot.
Propritary SuSE Linux 7.1 PPC has an install CD with a working kernel with intact SCSI. This can be used (with proper kernel command line parameters) to start the Debian setup wizard and get a basic system working.

The latest kernel we had up-and-running was 2.4.18. PCMCIA ethernet is working with an IBM Ethernet II adapter. OSS sound works stuttery with: options snd-cs4231 snd_index=0 snd_port=0x830 snd_dma2=6 snd_irq=10

More info, pre-built kernels and modules can be found at: https://github.com/Manawyrm/Thinkpad820

Running Windows NT 4.0

To install Windows NT 4.0 you’ll need to boot with a “ARC”-floppy.
The newest known version is 1.51 and can be found as a floppy image online.
Not all multi-platform CD images work on the PowerPC platform.
Known to work is Windows NT 4.0 SP1 EN (NTWKS40A/MD5:2198e2ba5cecaa1927dc242186edf344)

Windows NT 4.0 setup dialog Windows NT 4.0 setup in progress Windows NT 4.0, prompting for Ctrl-Alt-Delete to login IBM Power PC audio setup dialog, Sound Blaster-ish setup settings

Tips and Tricks

  • Skip anything with yaboot, it’s not compatible with these machines as you have no OpenFirmware.
  • fdisk filename.iso / hit “p”, can be used to check if an .iso or .ima will be bootable on the device.
    Only 0x41 partitions can be booted.
  • Boot menu is accessed with the F1 key at the boot logo
  • “eatabug” typed into the boot menu opens up a firmware shell.
    Be careful! There are no security checks, especially commands like fdisk just format the drive without any confirmation!