From 3828ba883000370e203ed823bd159aa0b1ec86d8 Mon Sep 17 00:00:00 2001 From: Dan Heath Date: Mon, 4 Jan 2016 22:38:49 +0000 Subject: [PATCH] Fixed typo in 'CPUID check' heading --- posts/2015-08-25-entering-longmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2015-08-25-entering-longmode.md b/posts/2015-08-25-entering-longmode.md index ba0e9342..00072a33 100644 --- a/posts/2015-08-25-entering-longmode.md +++ b/posts/2015-08-25-entering-longmode.md @@ -91,7 +91,7 @@ We compare the value in `eax` with the magic value and jump to the label `no_mul [Multiboot specification]: http://nongnu.askapache.com/grub/phcoder/multiboot.pdf -### CPUID ckeck +### CPUID check [CPUID] is a CPU instruction that can be used to get various information about the CPU. But not every processor supports it. CPUID detection is quite laborious, so we just copy a detection function from the [OSDev wiki][CPUID detection]: [CPUID]: http://wiki.osdev.org/CPUID