Changeset 3f0ea0e2 in mainline for boot/Makefile.common


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
  • boot/Makefile.common

    ra92f13d r3f0ea0e2  
    203203endif
    204204
     205ifeq ($(CONFIG_MSIM),y)
     206RD_APPS_NON_ESSENTIAL += \
     207        $(USPACE_PATH)/app/msim/msim
     208endif
     209
    205210ifneq ($(CONFIG_BAREBONE),y)
    206211NET_CFG = \
Note: See TracChangeset for help on using the changeset viewer.