From 6c1e6d79c77c9fa5d8b118f25bb7cfc5fe62954b Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 8 Feb 2015 00:19:52 +0600 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 46d3e86..942e0f4 100644 --- a/Booting/linux-bootstrap-4.md +++ b/Booting/linux-bootstrap-4.md @@ -162,7 +162,7 @@ As we checked `KEEP_SEGMENTS` flag and put the correct value to the segment regi ```assembly leal (BP_scratch+4)(%esi), %esp call 1f -1: popl %ebp +1: popl %ebp subl $1b, %ebp ```