Changeset 3f0ea0e2 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-04-03T13:21:45Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c942e1
Parents:
a92f13d
Message:

Start porting MSIM

This revision is capable (via config option) to

  • download MSIM
  • patch MSIM to be compilable under HelenOS
  • actually compile MSIM

The compiled MSIM runs (somehow) with following limitations:

  • limited I/O (prompty, simulated keyboard etc.)
  • no fancy stuff like GDB etc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra92f13d r3f0ea0e2  
    140140endif
    141141
     142ifeq ($(CONFIG_MSIM),y)
     143DIRS += \
     144        app/msim
     145endif
     146
    142147## Platform-specific hardware support
    143148#
Note: See TracChangeset for help on using the changeset viewer.