~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/Makefile.common

  • Committer: Vojtech Horky
  • Date: 2012-05-18 11:31:26 UTC
  • mfrom: (1445.1.16 msim)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: vojtechhorky@users.sourceforge.net-20120518113126-zcz644df1fvgg4sc
Merge MSIM simulator port (#401)

Merged from lp:~vojtech-horky/helenos/msim.

Not all features work, but it is possible to boot HelenOS running in
MSIM that runs in HelenOS in Qemu
(i.e. host -> Qemu -> HelenOS -> MSIM -> HelenOS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        $(USPACE_PATH)/app/binutils/bin/ld
201
201
endif
202
202
 
 
203
ifeq ($(CONFIG_MSIM),y)
 
204
RD_APPS_NON_ESSENTIAL += \
 
205
        $(USPACE_PATH)/app/msim/msim
 
206
endif
 
207
 
203
208
COMPONENTS = \
204
209
        $(KERNEL_PATH)/kernel.bin \
205
210
        $(INIT_TASKS) \