Load setup modules into 0x009XXXXX instead of 0x008XXXXX

This commit is contained in:
Maschell 2021-12-27 01:11:08 +01:00
parent 10b0825be0
commit 2db63bafab

View File

@ -25,8 +25,8 @@
#include "kernel.h"
#include "common/module_defines.h"
#define MEMORY_REGION_START 0x00800000
#define MEMORY_REGION_SIZE 0x00800000
#define MEMORY_REGION_START 0x00900000
#define MEMORY_REGION_SIZE 0x00700000
#define MEMORY_REGION_END (MEMORY_REGION_START + MEMORY_REGION_SIZE)
#define gModuleData ((module_information_t *) (MEMORY_REGION_START))