Changes between Version 17 and Version 18 of Lab


Ignore:
Timestamp:
2010-07-19T15:07:16Z (14 years ago)
Author:
Martin Decky
Comment:

add legend

Legend:

Unmodified
Added
Removed
Modified
  • Lab

    v17 v18  
    55== Per processor architecture ==
    66
    7 || '''Architecture''' || '''Product name'''|| '''HelenOS contact''' || '''Last release tested''' || '''Pointer to documentation''' || '''Comments''' ||
     7|| '''Architecture''' || '''Product name'''|| '''HelenOS contact''' || '''Last working release''' || '''Pointer to documentation''' || '''Comments''' ||
    88|| amd64/ia32 || Acer Ferrari 3400 || JJ || mainline || [http://support.acer.com/acerpanam/notebook/0000/Acer/Ferrari3400/Ferrari3400sp2.shtml Ferrari 3400 Series Specifications] ||  ||
    9 || amd64/ia32 || AMD Phenom Triple || MD || untested ||  || ||
    10 || amd64/ia32 || Apple Mac Pro || MD || untested || [http://support.apple.com/kb/SP506 Mac Pro (Early 2009) - Technical Specifications] || ||
    11 || amd64/ia32 || Intel Core 2 Quad (dual) || MD || mainline ||  || ||
    12 || arm32 || Neo !FreeRunner || JS, JJ, VP || mainline,610 || [wiki:FreeRunner HelenOS + FreeRunner dev. information] ||  ||
     9|| amd64/ia32 || AMD Phenom Triple || MD || untested ||  ||  ||
     10|| amd64/ia32 || Apple Mac Pro || MD || mainline || [http://support.apple.com/kb/SP506 Mac Pro (Early 2009) - Technical Specifications] || Several bootstrap issues, unusable due to USB-only HID ||
     11|| amd64/ia32 || Intel Core 2 Quad (dual) || MD || mainline || || zone_merge_all() must be commented out (unidentified bug) ||
     12|| arm32 || Neo !FreeRunner || JS, JJ, VP || mainline || [wiki:FreeRunner HelenOS + FreeRunner dev. information] ||  ||
    1313|| ia32 || IBM !ThinkPad T60 || MD || mainline || [http://www.thinkwiki.org/wiki/Category:T60 Technical Specifications] ||  ||
    14 || ia32 || Intel Pentium 4 (HT) || JJ || 0.2.0 || || ||
     14|| ia32 || Intel Pentium 4 (HT) || JJ || 0.2.0 ||  || ||
    1515|| ia64 || Dell !PowerEdge 3250 || JJ, JV || 0.4.0 || [http://support.dell.com/support/edocs/systems/pe3250/en/index.htm Manuals] || Service Tag: CMN8W31 ||
    1616|| ia64 || Dell !PowerEdge 7150 || MD || unsupported || [http://support.dell.com/support/edocs/systems/pe7150/en/index.htm Manuals] ||  ||
     
    2020|| ppc64 || Apple iMac G5 || MD || unsupported || [http://support.apple.com/kb/SP45 iMac G5 (Ambient Light Sensor) - Technical Specifications] ||  ||
    2121|| sparc32 || LEON3 (on FPGA) || MD || unsupported ||  ||  ||
    22 || sparc64 || Sun Ultra 60 || JJ, MD || 0.4.2 || [http://docs.sun.com/app/docs/coll/ultra60?l=en Sun Ultra 60 Workstation Documentation] ||  ||
     22|| sparc64 || Sun Ultra 60 || JJ, MD || mainline || [http://docs.sun.com/app/docs/coll/ultra60?l=en Sun Ultra 60 Workstation Documentation] ||  ||
    2323|| sparc64 || Sun Enterprise T1000 || MD || mainline ||  ||  ||
    24 == Per device ==
     24
     25== Legend of the ''Last working release'' field ==
     26 * '''mainline''' = HelenOS is being regularly tested on the given machine during current development efforts, thus the machine should be supported in the next stable release.
     27 * '''untested''' = HelenOS was never actually tested on the given machine, but it is reasonable to believe that the probability of HelenOS working flawlessly on the machine is high (due to similarity to other supported machines).
     28 * '''unsupported''' = The given machine is currently unsupported because of some fundamental reason (i.e. the hardware architecture is out of the scope of the current HelenOS development efforts).
     29 * any specific version = HelenOS did support the given machine in the past, but the support was broken usually due to some fundamental changes which were not debugged on the given machine so far.