Highlight start address in rust-objdump output

This commit is contained in:
Philipp Oppermann
2023-04-09 20:09:49 +02:00
parent c337650fb3
commit 020f2d7e8e

View File

@@ -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