We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5819be8 commit 9502261Copy full SHA for 9502261
xen/arch/x86/boot/head.S
@@ -128,7 +128,7 @@ mle_header:
128
.long 0x00000000 /* First valid page of MLE */
129
.long 0x00000000 /* Offset within binary of first byte of MLE */
130
.long (_end - start) /* Offset within binary of last byte + 1 of MLE */
131
- .long 0x00000323 /* Bit vector of MLE-supported capabilities */
+ .long 0x00000723 /* Bit vector of MLE-supported capabilities */
132
.long 0x00000000 /* Starting linear address of command line (unused) */
133
.long 0x00000000 /* Ending linear address of command line (unused) */
134
0 commit comments