mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Upgrade to zola 0.14.1
This commit is contained in:
@@ -144,7 +144,7 @@ EXCEPTION: BREAKPOINT at 0x110970
|
||||
|
||||
So let's disassemble the instruction at `0x110970` and its predecessor:
|
||||
|
||||
```shell
|
||||
```bash
|
||||
> objdump -d build/kernel-x86_64.bin | grep -B1 "110970:"
|
||||
11096f: cc int3
|
||||
110970: 48 c7 01 2a 00 00 00 movq $0x2a,(%rcx)
|
||||
|
||||
Reference in New Issue
Block a user