瀏覽代碼

Merge pull request #35 from Ghifari160/master

Fix typos and 404's
Carlos Fenollosa 7 年之前
父節點
當前提交
4424bcc395
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      12-kernel-c/README.md
  2. 1 1
      14-checkpoint/README.md

+ 1 - 1
12-kernel-c/README.md

@@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
 
 
 *Note: a warning may appear when linking, disregard it*
 *Note: a warning may appear when linking, disregard it*
 
 
-Now examine both "binary" files, `function.o` and `function.bin` using `xdd`. You
+Now examine both "binary" files, `function.o` and `function.bin` using `xxd`. You
 will see that the `.bin` file is machine code, while the `.o` file has a lot
 will see that the `.bin` file is machine code, while the `.o` file has a lot
 of debugging information, labels, etc.
 of debugging information, labels, etc.
 
 

+ 1 - 1
14-checkpoint/README.md

@@ -20,7 +20,7 @@ on Homebrew's repos)
 
 
 ```sh
 ```sh
 cd /tmp/src
 cd /tmp/src
-curl -O http://ftp.rediris.es/mirror/GNU/gnu/gdb/gdb-7.8.tar.gz
+curl -O http://ftp.rediris.es/mirror/GNU/gdb/gdb-7.8.tar.gz
 tar xf gdb-7.8.tar.gz
 tar xf gdb-7.8.tar.gz
 mkdir gdb-build
 mkdir gdb-build
 cd gdb-build
 cd gdb-build