Changeset 111


Ignore:
Timestamp:
Jun 30, 2017, 10:10:41 AM (7 years ago)
Author:
max@…
Message:

Mmh, update CLUSTER_VA_SIZE, we are calibrated for 64GB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_boot.h

    r73 r111  
    134134
    135135/* These parameters are configurable. */
    136 #define CLUSTER_VA_SIZE 0x100000000 /* 4GB */
    137 #define CLUSTER_PA_SIZE 0x200000000 /* 8GB */
     136#define CLUSTER_VA_SIZE 0x1000000000 /* 64GB */
     137#define CLUSTER_PA_SIZE 0x0200000000 /* 8GB */
    138138
    139139/* Macros to get the VA ranges for a cluster */
Note: See TracChangeset for help on using the changeset viewer.