Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Shared Source Device Emulator from Microsoft 29

An anonymous reader writes "Microsoft has posted a shared source version of its device emulator (which ships with Visual Studio 2005) for download. Primarily meant for academia to experiment with and build upon, it is licensed under the Microsoft Shared Source Academic License. Since it emulates the ARM processor, it can run all modern Windows Mobile and Windows CE operating systems. Barry Bond, the architect behind the emulator (and also Rotor, one of Microsoft's previous shared source offerings) has a blog post on the release."
This discussion has been archived. No new comments can be posted.

Shared Source Device Emulator from Microsoft

Comments Filter:
  • by Anonymous Coward on Monday July 17, 2006 @03:32PM (#15732979)
    On the blog, he also talks about the steps he took from the v1 code to the v2 code, and some of the optimisations he used.

    The information he provided is fairly indepth and can really be applied to many a cpu emulator.

    Quite an informative read.
  • by BSAtHome ( 455370 ) on Monday July 17, 2006 @03:51PM (#15733162)
    According to the license, only people who are in the category: "while attending or employed by an accredited educational institution". So only students, their teachers and researchers (and accredited means not your average school). That means almost nobody, sigh,...
  • by InsaneGeek ( 175763 ) <slashdot@insanegeek s . com> on Monday July 17, 2006 @04:24PM (#15733399) Homepage
    Accredited should mean your average school or else you are going to some place that is teaching out of the back of a van. In the US alone there are over 28,800 accredited schools (at least http://www.accreditedschools.org/ [accreditedschools.org] says there are), so your nobody in actuality if we were to use an EXTREMELY low number of only averaging 100 people per school means there are almost 3 million people who would have access to it in the US alone.
  • Nope, usual tricks (Score:2, Informative)

    by Anonymous Coward on Monday July 17, 2006 @04:25PM (#15733410)
    "(B)Platform Limitation- The licenses granted in sections 2(A) & 2(B) extend only to the software or derivative works that you create that run on a Microsoft Windows operating system product.Further, you may only use the software to emulate running Windows operating system products."

    "(E) If you distribute the software or derivative works in source code form you may do so only under this license (i.e., you must include a complete copy of this license with your distribution), and if you distribute the software or derivative works in compiled or object code form you may only do so under a license that complies with this license."
  • by Anonymous Coward on Monday July 17, 2006 @06:28PM (#15734244)
    The point is not the use of hashtable but which code paths were sufficiently hot, so that a small change to them caused a high payoff. The main problem in performance optimizations of a non-trivial program is finding which code paths have potential to offer high payoffs, the actual implementation is frequently trivial algorithmic or implementation changes.

The use of money is all the advantage there is to having money. -- B. Franklin

Working...