mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 01:33:13 +01:00
Code that compiles and works up to initializing the first memcache.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#define __V5_MM_H__
|
||||
|
||||
/* ARM specific definitions */
|
||||
#define VIRT_MEM_START 0
|
||||
#define VIRT_MEM_END 0xFFFFFFFF
|
||||
#define ARM_SECTION_SIZE SZ_1MB
|
||||
#define ARM_SECTION_MASK (ARM_SECTION_SIZE - 1)
|
||||
#define ARM_SECTION_BITS 20
|
||||
|
||||
Reference in New Issue
Block a user