From 4630e9c4d06969c640e516988bac56695fabaa93 Mon Sep 17 00:00:00 2001 From: Ayyuce Demirbas Date: Mon, 20 Jul 2020 01:24:45 +0300 Subject: [PATCH] Some minor changes to improve formatting Added a space --- Booting/linux-bootstrap-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-6.md b/Booting/linux-bootstrap-6.md index f1e9f75..91a1251 100644 --- a/Booting/linux-bootstrap-6.md +++ b/Booting/linux-bootstrap-6.md @@ -71,7 +71,7 @@ asmlinkage __visible void *extract_kernel(void *rmode, memptr heap, } ``` -This parameter is passed through assembly from the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/v4.16/arch/x86/boot/compressed/head_64.S)source code file: +This parameter is passed through assembly from the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/v4.16/arch/x86/boot/compressed/head_64.S) source code file: ```C leaq input_data(%rip), %rdx