Difference between revisions of "Boot Process"

From xboxdevwiki
Jump to: navigation, search
(Created page with "If we wish to HLE the MCPX, then there are certain things that can be ignored, for example, getting the CPU to 32 bit protected mode and enabling caching. The pseudo code for...")
(No difference)

Revision as of 21:12, 28 March 2017

If we wish to HLE the MCPX, then there are certain things that can be ignored, for example, getting the CPU to 32 bit protected mode and enabling caching. The pseudo code for a high level MCPX will look something like this:

coming soon.....