Closed Aaron1011 closed 7 years ago
The file arch/x86/boot/header.S contains many other parts besides the hdr symbol. Mentioning the linker script can help make it clear that the .header section (and hdr symbol) are what actually get placed at offset 0x01f1.
hdr
.header
0x01f1
Hello @Aaron1011, thanks for suggestion. pushed in https://github.com/0xAX/linux-insides/commit/12006725a4de652d9579e8524de4ebfe2fba6c1e
Thanks! :)
The file arch/x86/boot/header.S contains many other parts besides the
hdr
symbol. Mentioning the linker script can help make it clear that the.header
section (andhdr
symbol) are what actually get placed at offset0x01f1
.