From 518d6b757258e498917c5b78a358b772bffbc584 Mon Sep 17 00:00:00 2001 From: umatomba Date: Thu, 23 Apr 2015 17:20:40 +0200 Subject: [PATCH] Update linux-bootstrap-4.md --- Booting/linux-bootstrap-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-4.md b/Booting/linux-bootstrap-4.md index f55d911..7c8d7bd 100644 --- a/Booting/linux-bootstrap-4.md +++ b/Booting/linux-bootstrap-4.md @@ -172,7 +172,7 @@ After this we have address where we loaded in the `ebp` - `0x100000`. Now we can setup the stack and verify CPU that it has support of the long mode and [SSE](http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions). -stack setup and CPU verification +Stack setup and CPU verification -------------------------------------------------------------------------------- The next we can see assembly code which setups new stack for kernel decompression: