Changeset 3714e79 in mainline


Ignore:
Timestamp:
2011-07-05T19:47:50Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bee37cf
Parents:
bbe4828
Message:

HelenOS built for the Ski simulator should not use pc as a platform.

  • Use ski as a platform instead.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/ia64.c

    rbbe4828 r3714e79  
    151151        /* Set platform name. */
    152152#ifdef MACHINE_ski
    153         platform = "pc";
     153        platform = "ski";
    154154#endif
    155155#ifdef MACHINE_i460GX
Note: See TracChangeset for help on using the changeset viewer.