瀏覽代碼

Update linux-bootstrap-1.md

0xAX 9 年之前
父節點
當前提交
3e84a906e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Booting/linux-bootstrap-1.md

+ 1 - 1
Booting/linux-bootstrap-1.md

@@ -135,7 +135,7 @@ We will see:
 
 In this example we can see that this code will be executed in 16 bit real mode and will start at 0x7c00 in memory. After the start it calls the [0x10](http://www.ctyme.com/intr/rb-0106.htm) interrupt which just prints `!` symbol. It fills rest of 510 bytes with zeros and finish with two magic bytes `0xaa` and `0x55`.
 
-Although you can see binary dump of it with `objdump` util:
+You can see binary dump of it with `objdump` util:
 
 ```
 nasm -f bin boot.nasm