Changes between Initial Version and Version 1 of Arch/Emu
- Timestamp:
- Oct 7, 2009, 11:20:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Arch/Emu
v1 v1 1 = Emu architecture = 2 3 MutekH may be run as a single UNIX process. 4 5 This 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. 6 7 = Host kernel supports = 8 9 Linux (x86 and x86-64) and Darwin (x86) are supported host kernels.