mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 06:38:07 +00:00
Some minor changes to improve formatting
Added a space
This commit is contained in:
parent
c83bbdf9be
commit
4630e9c4d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user