wiki:HardwareSupport

Version 25 (modified by Jakub Jermář, 13 years ago) ( diff )

Hardware Support

What hardware will HelenOS run on? The idea of this article is to give an idea of what hardware to throw at HelenOS in order to make it boot and, possibly, do something useful. First we give an overview of machine types HelenOS can boot on, then we list individual peripherals it can take advantage of. It is meant to be short and comprehensible, rather than exhaustive.

Also, this is not meant to be a list of every obscure IC that HelenOS interacts with. Please avoid listing obscure devices that are an indivisible part of the platform itself (such as interrupt controllers).

Devices or platforms marked with (D) are only available in the latest development branch (i.e. the Bazaar repository), not in an official release.

Devices or platforms marked with (R) are only available in the latest stable release and their support was discontinued in the development branch.

Architectures

Overview of CPU architectures and supported platforms.

  • amd64 BIOS-based PC
  • arm32 GXemul testarm, IntegratorCP, FreeRunner
  • ia32 BIOS-based PC
  • ia64 EFI (Dell PowerEdge)
  • mips32 GXemul testmips, Msim
  • ppc32 Mac G3/G4
  • sparc64 Sun Ultra 5/60/1500, Sun Enterprise 6500 (R)/T1000, Simics !Serengeti (R)/Niagara

Machines (real)

Real-world machines on which HelenOS can boot.

  • IA-32 and AMD64-based PCs
  • OpenMoko Neo FreeRunner smartphone
  • Apple iMac G4 and iBook G4
  • i460GX-based Itanium machines
  • Sun Ultra 5, 60 and Blade 1500 workstations
  • Sun Enterprise 6500 (R) and Sun Enterprise T1000 servers
  • eBox 2300

Machines (virtual)

Machines only existing in simulators on which HelenOS can boot (or machines on which HelenOS can only boot in a simulator).

  • GXemul testarm and testmips
  • msim R4000 (MIPS)
  • Qemu Integrator/CP (ARM)
  • Ski (IA-64)

Display devices (real)

Run-time mode setting is not supported. HelenOS will make use of the graphical device's framebuffer to display graphics (or text) in the resolution the device was set to at boot time. On ia32/amd64 with a VESA-compatible graphics adapter the VESA bios is used to set a graphics mode at boot time.

Supported devices:

  • VESA-compatible graphic cards
  • EGA-compatible cards (text mode)
  • Various display devices on OpenFirmware-based machines (Macs and Sun hardware) via their frame buffer

Display devices (virtual)

  • GXemul frame buffer

Serial consoles (virtual)

These provide a serial I/O line connected to a pseudo-graphical terminal which can be used to control HelenOS in the absence of a display and keyboard.

  • Ski console
  • GXemul console
  • msim console

Serial consoles (real)

Keyboards

  • PC keyboard on a PS/2 port
  • Sun keyboard
  • Apple ADB keyboard
  • (D) USB keyboard1

Mice

  • PS/2 mouse
  • Apple ADB mouse
  • FreeRunner touchscreen
  • (D) USB mouse1

Storage (virtual)

  • GXemul disk

Storage (real)

  • ATA disk (on ia32 or amd64)
  • ATAPI CD-ROM (only the simulated one in Qemu), (D) reported to work with real HW

USB host controllers

  • (D) UHCI (USB 1.1)
  • (D) OHCI (USB 1.1) — some glitches, some PCI IDs missing
  • (D) EHCI (USB 2.0) — falls back to using USB 1.1

Notes

  1. Provided that your USB host controller is supported.
Note: See TracWiki for help on using the wiki.