Squash commits for public release
This commit is contained in:
8
kernel/include/platform/arm64/pmm/settings.h
Normal file
8
kernel/include/platform/arm64/pmm/settings.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _KERNEL_PLATFORM_ARM64_PMM_SETTINGS_H
|
||||
#define _KERNEL_PLATFORM_ARM64_PMM_SETTINGS_H
|
||||
|
||||
#define PMM_BLOCK_SIZE (4096)
|
||||
#define PMM_BLOCK_SIZE_KB (4)
|
||||
#define PMM_BLOCKS_PER_BYTE (8)
|
||||
|
||||
#endif /* _KERNEL_PLATFORM_X86_PMM_SETTINGS_H */
|
||||
Reference in New Issue
Block a user