mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Highlight start address in rust-objdump output
This commit is contained in:
@@ -480,7 +480,7 @@ start address: 0x0000000000000000
|
|||||||
|
|
||||||
Using `objdump -h`, we can print the various sections of our kernel executable:
|
Using `objdump -h`, we can print the various sections of our kernel executable:
|
||||||
|
|
||||||
```
|
```bash,hl_lines=12
|
||||||
❯ rust-objdump -h target/x86_64-unknown-none/debug/kernel
|
❯ rust-objdump -h target/x86_64-unknown-none/debug/kernel
|
||||||
|
|
||||||
target/x86_64-unknown-none/debug/kernel: file format elf64-x86-64
|
target/x86_64-unknown-none/debug/kernel: file format elf64-x86-64
|
||||||
|
|||||||
Reference in New Issue
Block a user