pull/844/merge
ericlinqq 2 months ago committed by GitHub
commit 4274fb6b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -319,9 +319,6 @@ it has been loaded at and the compile time physical address
Now that we know where to start, let's get to it. Now that we know where to start, let's get to it.
Reload the segments if needed
--------------------------------------------------------------------------------
As indicated above, we start in the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/16f73eb02d7e1765ccab3d2018e0bd98eb93d973/arch/x86/boot/compressed/head_64.S) assembly source code file. We first see the definition of a special section attribute before the definition of the `startup_32` function: As indicated above, we start in the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/16f73eb02d7e1765ccab3d2018e0bd98eb93d973/arch/x86/boot/compressed/head_64.S) assembly source code file. We first see the definition of a special section attribute before the definition of the `startup_32` function:
```assembly ```assembly

@ -138,3 +138,4 @@ Thank you to all contributors:
* [Dexter Plameras](https://github.com/dexterp) * [Dexter Plameras](https://github.com/dexterp)
* [Jun Duan](https://github.com/waltforme) * [Jun Duan](https://github.com/waltforme)
* [Guochao Xie](https://github.com/XieGuochao) * [Guochao Xie](https://github.com/XieGuochao)
* [ericlinqq](https://github.com/ericlinqq)

Loading…
Cancel
Save