Start porting MSIM
commit3f0ea0e27dd8fd035057f2c75afa2a0b24875fd3
authorVojtech Horky <vojtechhorky@users.sourceforge.net>
Tue, 3 Apr 2012 13:21:45 +0000 (3 15:21 +0200)
committerVojtech Horky <vojtechhorky@users.sourceforge.net>
Tue, 3 Apr 2012 13:21:45 +0000 (3 15:21 +0200)
tree54dc5553c30863c84350b0f063e383a733b20f5b
parenta92f13d72ceb92e4f0db78669f2f2592d7016727
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.
HelenOS.config
boot/Makefile.common
uspace/Makefile
uspace/app/msim/Makefile [new file with mode: 0644]
uspace/app/msim/Makefile.msim.src [new file with mode: 0644]
uspace/app/msim/config.h.msim [new file with mode: 0644]
uspace/app/msim/helenos.c [new file with mode: 0644]
uspace/app/msim/helenos_input.c [new file with mode: 0644]