mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 03:01:26 +08:00
Update linux-bootstrap-1.md
change image url
This commit is contained in:
@@ -132,7 +132,7 @@ nasm -f bin boot.nasm && qemu-system-x86_64 boot
|
||||
|
||||
将看到:
|
||||
|
||||

|
||||

|
||||
|
||||
在这个例子中,这段代码被执行在16位的实模式,起始于内存0x7c00。之后调用 [0x10](http://www.ctyme.com/intr/rb-0106.htm) 中断打印 `!` 符号。用0填充剩余的510字节并用两个Magic Bytes `0xaa` 和 `0x55` 结束。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user