mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Move images next to their corresponding posts
This commit is contained in:
@@ -177,7 +177,7 @@ These lines are taken from the default linker script of `ld`, which can be obtai
|
||||
|
||||
Now there are only 12 sections left and we get a much more useful output:
|
||||
|
||||

|
||||

|
||||
|
||||
If you like, you can compare this output to the `objdump -h build/kernel-x86_64.bin` output. You will see that the start addresses and sizes match exactly for each section. The sections with flags `0x0` are mostly debug sections, so they don't need to be loaded. And the last few sections of the QEMU output aren't in the `objdump` output because they are special sections such as string tables.
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user