Changes between Version 1 and Version 2 of Arch/Emu


Ignore:
Timestamp:
Mar 18, 2010, 2:00:04 AM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Arch/Emu

    v1 v2  
    55This is mostly used for testing algorithmic parts of the OS (memory allocator, network stack, …) without the pain of cross-debugging or embedded debugging. Moreover, as MutekH is a normal process, some powerful tools like Valgrind can be used.
    66
     7Multiprocessor emulation is supported on Linux, through multiple Unix processes and shared memory. This allow experimenting with true concurrency when used on a multiprocessor host machine.
     8
    79= Host kernel supports =
    810