From 51248824433db97b2d73bbd42253a5ca783bad64 Mon Sep 17 00:00:00 2001 From: PatrickvL Date: Wed, 2 Aug 2017 11:38:09 +0200 Subject: [PATCH] Updated Cxbx Reloaded overview (markdown) --- Cxbx-Reloaded-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cxbx-Reloaded-overview.md b/Cxbx-Reloaded-overview.md index ebef682..7ce14d1 100644 --- a/Cxbx-Reloaded-overview.md +++ b/Cxbx-Reloaded-overview.md @@ -39,7 +39,7 @@ For now, Cxbx-Reloaded only reliably supports HLE. Don't expect LLE to do anythi ## Emulating Xbox memory layout Cxbx-Reloaded emulates the Xbox memory layout using a trick that allows so-called 'fast path' memory access, by mimicking the memory layout of the Xbox on the host OS. This involves the following steps: -First, we apply the these linker options to the Cxbx-Reloaded executable: +First, we apply these linker options to the Cxbx-Reloaded executable: * ImageBase is set to memory addres 0x00010000 (the lowest possible virtual memory address on both Xbox and Windows). * Relocation information is stripped, so Windows is forbidden to relocate Cxbx-Reloaded to another address.