1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-05 05:10:55 +00:00

Remove redundant section header in linux-bootstrap-4.md

This commit is contained in:
eric 2024-03-13 01:03:41 +08:00
parent ec107900a0
commit 99c2c068af

View File

@ -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.
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:
```assembly