0xAX / linux-insides

A little bit about a linux kernel
http://0xax.gitbooks.io/linux-insides/content/index.html
Other
30.01k stars 3.37k forks source link

Mention header linker script along with `header.S` #479

Closed Aaron1011 closed 7 years ago

Aaron1011 commented 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.

0xAX commented 7 years ago

Hello @Aaron1011, thanks for suggestion. pushed in https://github.com/0xAX/linux-insides/commit/12006725a4de652d9579e8524de4ebfe2fba6c1e

Aaron1011 commented 7 years ago

Thanks! :)