mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[FREELDR]
- Add back apparently lost line of r52098. Patch by Alex Ionescu, tested by Igor Paliychuk. See issue #6292 for more details. svn path=/trunk/; revision=53085
This commit is contained in:
parent
b1c97b02d8
commit
d5194ad2dc
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ static const MEMORY_DESCRIPTOR_INT MemoryDescriptors[] =
|
|||
{ { MemoryFirmwareTemporary, 0x80, 0x10 }, 4, }, // File system read buffer. FILESYSBUFFER
|
||||
{ { MemoryFirmwareTemporary, 0x90, 0x10 }, 5, }, // Disk read buffer for int 13h. DISKREADBUFFER
|
||||
{ { MemoryFirmwarePermanent, 0xA0, 0x60 }, 6, }, // ROM / Video
|
||||
{ { MemorySpecialMemory, 0xFFF, 1 }, 7, }, // unusable memory
|
||||
#elif __arm__ // This needs to be done per-platform specific way
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue