mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Rename multiboot section to multiboot_header
This commit is contained in:
@@ -22,7 +22,7 @@ SECTIONS {
|
|||||||
.boot :
|
.boot :
|
||||||
{
|
{
|
||||||
/* ensure that the multiboot header is at the beginning */
|
/* ensure that the multiboot header is at the beginning */
|
||||||
KEEP(*(.multiboot))
|
KEEP(*(.multiboot_header))
|
||||||
}
|
}
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
; See the License for the specific language governing permissions and
|
; See the License for the specific language governing permissions and
|
||||||
; limitations under the License.
|
; limitations under the License.
|
||||||
|
|
||||||
section .multiboot
|
section .multiboot_header
|
||||||
header_start:
|
header_start:
|
||||||
dd 0xe85250d6 ; magic number (multiboot 2)
|
dd 0xe85250d6 ; magic number (multiboot 2)
|
||||||
dd 0 ; architecture 0 (protected mode i386)
|
dd 0 ; architecture 0 (protected mode i386)
|
||||||
|
|||||||
Reference in New Issue
Block a user