mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 11:11:20 +08:00
Update Booting/linux-bootstrap-1.md
This commit is contained in:
@@ -84,7 +84,7 @@ reset_vector:
|
||||
...
|
||||
```
|
||||
|
||||
上面的跳转( [opcode](http://ref.x86asm.net/coder32.html#xE9) - 0xe9)跳转到地址 `_start - ( . + 2)` 去执行代码。 `reset` 段是16字节代码段, 起始于地址
|
||||
上面的跳转指令( [opcode](http://ref.x86asm.net/coder32.html#xE9) - 0xe9)跳转到地址 `_start - ( . + 2)` 去执行代码。 `reset` 段是16字节代码段, 起始于地址
|
||||
`0xfffffff0`,因此 CPU 复位之后,就会跳到这个地址来执行相应的代码 :
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user