|
Lines 44-50
Link Here
|
| 44 |
# they are enabled. However, most HTT systems do not list HTT CPUs |
44 |
# they are enabled. However, most HTT systems do not list HTT CPUs |
| 45 |
# in the MP Table if they are enabled, thus we guess at the HTT CPUs |
45 |
# in the MP Table if they are enabled, thus we guess at the HTT CPUs |
| 46 |
# for the MP Table case. However, we shouldn't try to guess and use |
46 |
# for the MP Table case. However, we shouldn't try to guess and use |
| 47 |
# these CPUs if HTTT is disabled. Thus, HTT guessing is only enabled |
47 |
# these CPUs if HTT is disabled. Thus, HTT guessing is only enabled |
| 48 |
# for the MP Table if the user explicitly asks for it via the |
48 |
# for the MP Table if the user explicitly asks for it via the |
| 49 |
# MPTABLE_FORCE_HTT option. Do NOT use this option if you have HTT |
49 |
# MPTABLE_FORCE_HTT option. Do NOT use this option if you have HTT |
| 50 |
# disabled in your BIOS. |
50 |
# disabled in your BIOS. |
|
Lines 1067-1073
Link Here
|
| 1067 |
# VM OPTIONS |
1067 |
# VM OPTIONS |
| 1068 |
|
1068 |
|
| 1069 |
# Disable the 4 MByte page PSE CPU feature. The PSE feature allows the |
1069 |
# Disable the 4 MByte page PSE CPU feature. The PSE feature allows the |
| 1070 |
# kernel to use a 4 MByte pages to map the kernel instead of 4k pages. |
1070 |
# kernel to use 4 MByte pages to map the kernel instead of 4k pages. |
| 1071 |
# This saves on the amount of memory needed for page tables needed to |
1071 |
# This saves on the amount of memory needed for page tables needed to |
| 1072 |
# map the kernel. You should only disable this feature as a temporary |
1072 |
# map the kernel. You should only disable this feature as a temporary |
| 1073 |
# workaround if you are having problems with it enabled. |
1073 |
# workaround if you are having problems with it enabled. |