mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
EMS support isn't platform-specific, so we can compile it everywhere (as this is already done for the kernel and the SAC driver). The only platform-specific code currently existing is the retrieval of the system GUID, which is done on BIOS-based PC by reading the SMBIOS table in the low-MB ROM region, but should be done differently on other platforms. Add a compile-time warning for this.