>> UNIX admin writes:
>> > Solaris 9 ought to work, if it doesn't try 8.
>> 
>> S9 won't work.  The machine is just too ancient.
>>  See:
>> 
>>   http://www.sun.com/software/solaris/9/sparc/
>>   http://docs.sun.com/source/817-6356-10/eos.html
>
>Why didn't you guys at least do like HP does for their gear?
>
>For example, HP says they won't support HP-UX on older 9000s, like 710s and 
>715s, but they don't e
xplicitly prevent you from installing it either; so if you install the 
latest-and-greatest HP-UX on
 that obsolete HW, it's unsupported, but at least it'll work.

In many cases it is because of the additional engineering work that
would need to be done to get it to work:

        - any interface changes in the lower level kernel will
          need to be done on all the copies of the vm system; that's
          work times 3 if we supported sun4c, sun4m, sun4d

        - older CPUs lack the necessary instructions for certain
          atomic operations.  That requires us to have multiple
          library copies because we need to make use of those instructions

        - for S10, we don't want to support a 32 bit kernel forever;
          again a great engineering $$ savings

        - dtrace has no chance of working on sun4m or earlier

Casper
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to