siemens-nixdorf

Old laptops booting from PCMCIA

  • by

I recently mentioned PCMCIA linear memory cards (both SRAM and flash) that existed before PCMCIA controllers started to support IO devices and ATA. I used such an SRAM card in my Olivetti Quaderno subnotebook instead of its failed hard drive. Quaderno boots DOS from the internal ROM, loads a driver to support SRAM and allows using it as an additional drive. However, there were also laptops that supported booting from PCMCIA cards, and I am surprised that this feature was not uncommon.

Certain 386/486 laptops with Phoenix BIOS have “PCMCIA” in the boot device list (in addition to “hard drive” and “floppy drive”). These support just linear
flash/SRAM cards and let you boot DOS out of the card mapped as A:. Everything works just fine and you don’t need to load any PCMCIA driver. ATA PCMCIA and CompactFlash drives are not supported here – they are ignored by the BIOS module.

The laptop with AMI BIOS could have an optional “PCMCIA Boot Function” module. Once it was enabled and a card was inserted, the system booted from PCMCIA and mapped the card again as A:. However, the support was flaky – just good enough to load a proper PCMCIA driver during OS boot.

Laptops from large brands (like Toshiba) mostly didn’t support this feature. ThinkPads were an exception (486 and maybe also early Pentium ones). According to some owners, they even supported booting from ATA/CF cards. However, ThinkPads as well as the laptops with Phoenix and AMI software did not provide a driver-less access to PCMCIA cards if a user booted from a different device. It seems that there is only one known laptop that supported this – MiTAC 4022.

Monochrome and Color Passive-Matrix LCD Screens

  • by

Switching from passive-matrix to active-matrix LCDs was a big deal for many. However, not everybody in the mid-90s had enough money to afford a color TFT panel in a new laptop as the price premium was still about $1000. Color passive-matrix screens were a solution for those with tight budged.

640×480 monochrome passive-matrix screens needed about 1.800 transistors to control all pixels (n*2+m for dual-scan). Color active-matrix screens (TFT) with the same resolution needed 300.000 transistors as each pixel is controlled by three transistors (3*n*m). That’s why these screens were so expensive.

Color passive-matrix screens (DSTN) were a good low-cost alternative for everybody who wanted colors “on the road”. This technology needed only about 5.000 transistors for the resolution of 640×480 (2*3*n+m). The result was not exceptional but it was good enough for many productivity applications where slow response rate (300-700 milliseconds) was not a problem.

Unfortunately, quality varied a lot between DSTN screens. Although some had a very crisp picture with shiny colors on par with today’s cheap TN panels, some suffered from significantly poorer contrast, washed colors and color bleeding.

The machine on the right is in fact my first own PC compatible laptop. I hated the screen so much back then and I envied others their color-screen portables. The machine on the left has the best DSTN panel I’ve ever seen in the laptop. Although both machines use the passive-matrix technology the difference in picture quality is huge.

UPDATE: (1) I was not completely right with the transistor counts – for passive-matrix displays, there will be at least twice as much transistors (one on Vcc and one on GND for each row/column to output both logic levels 0 and 1). (2) I also forgot to mention that passive-matrix screens don’t have transistors in the panel itself. There are special chips on a separate board which makes the solution much cheaper in comparison with TFT (which has multiple layers with tiny transistors inside the panel).