From 99c2c068af652bfcf36f1b0b4be420f5bee40c9f Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 13 Mar 2024 01:03:41 +0800 Subject: [PATCH 1/2] Remove redundant section header in linux-bootstrap-4.md --- Booting/linux-bootstrap-4.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Booting/linux-bootstrap-4.md b/Booting/linux-bootstrap-4.md index ee5bf26..4157e81 100644 --- a/Booting/linux-bootstrap-4.md +++ b/Booting/linux-bootstrap-4.md @@ -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 From c18485942eb711223afc200f81ea4300454b48c4 Mon Sep 17 00:00:00 2001 From: ericlinqq <64905556+ericlinqq@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:34:02 +0800 Subject: [PATCH 2/2] Update contributors.md --- contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.md b/contributors.md index 51dc6a8..97ddd06 100644 --- a/contributors.md +++ b/contributors.md @@ -138,3 +138,4 @@ Thank you to all contributors: * [Dexter Plameras](https://github.com/dexterp) * [Jun Duan](https://github.com/waltforme) * [Guochao Xie](https://github.com/XieGuochao) +* [ericlinqq](https://github.com/ericlinqq)