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

推荐订阅源

Security Archives - TechRepublic
Security Archives - TechRepublic
爱范儿
爱范儿
Recent Announcements
Recent Announcements
AI
AI
V
Visual Studio Blog
H
Heimdal Security Blog
L
LINUX DO - 最新话题
Attack and Defense Labs
Attack and Defense Labs
宝玉的分享
宝玉的分享
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
人人都是产品经理
人人都是产品经理
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
WordPress大学
WordPress大学
S
Secure Thoughts
S
Security Affairs
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
N
News and Events Feed by Topic
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 聂微东
博客园 - Franky
阮一峰的网络日志
阮一峰的网络日志
Schneier on Security
Schneier on Security
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
Forbes - Security
Forbes - Security
The Cloudflare Blog
博客园 - 【当耐特】
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
有赞技术团队
有赞技术团队
博客园 - 司徒正美
博客园_首页
Recent Commits to openclaw:main
Recent Commits to openclaw:main
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
NISL@THU
NISL@THU
C
Cybersecurity and Infrastructure Security Agency CISA
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
P
Proofpoint News Feed
罗磊的独立博客
V
Vulnerabilities – Threatpost
S
Securelist
N
News and Events Feed by Topic
Cloudbric
Cloudbric
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V2EX - 技术
V2EX - 技术
小众软件
小众软件

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!