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

推荐订阅源

Y
Y Combinator Blog
B
Blog
S
SegmentFault 最新的问题
Vercel News
Vercel News
博客园 - 聂微东
宝玉的分享
宝玉的分享
C
Check Point Blog
有赞技术团队
有赞技术团队
IT之家
IT之家
V
V2EX
爱范儿
爱范儿
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
博客园 - 司徒正美
博客园_首页
Last Week in AI
Last Week in AI
博客园 - 叶小钗
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
腾讯CDC
J
Java Code Geeks

KittenLabs

Casiomania Marantz UD5007 power supply replacement AnotterKiosk GPD Pocket 4 Speaker DSP IP-over-Toslink FX3 LVDS Frame grabber 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 Router overclocking Real gaming router Manage RDP certificates on Windows using SSH 20 port USB-C charger Reviving a dead Gigabyte MJ11-EC1 mainboard NVMe BIOS Option ROM 2.5GbE PCIe NIC mod board Blinkekatze ThinkPad T41/T43 USB-C HomeSwitch 4 DC UPS (Lithium) OLED nametag Thermal camera macro Blåmba LPT printer emulator PC104 ISA adapter Palm IIIc USB-C OtterCast Gigaset DECT debug adapter
ThinkPad PowerSeries 820
By Manawyrm and tSYS | Tuesday, April 23, 2019 · 2019-04-23 · via 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!