~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/nettest2/nettest2.c

  • 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:
39
39
 
40
40
#include <malloc.h>
41
41
#include <stdio.h>
 
42
#include <unistd.h>
42
43
#include <str.h>
43
44
#include <task.h>
44
45
#include <time.h>