diff --git a/Booting/linux-bootstrap-5.md b/Booting/linux-bootstrap-5.md index 5a35a24..3658f8f 100644 --- a/Booting/linux-bootstrap-5.md +++ b/Booting/linux-bootstrap-5.md @@ -66,7 +66,6 @@ In the next step we can see setup of the stack pointer and resetting of the flag ```assembly leaq boot_stack_end(%rbx), %rsp - pushq $0 popfq ```